Blue Hour
#0034ab · one of 31,915 named colors
Blue Hour is a dark, vivid blue with the hex code #0034ab. In RGB it is 0 red, 52 green and 171 blue, and white text is most readable on top of it.
Codes
HEX
#0034abHEX8
#0034abffRGB
rgb(0, 52, 171)RGBA
rgba(0, 52, 171, 1)RGB %
rgb(0%, 20%, 67%)HSL
hsl(222, 100%, 34%)HSLA
hsla(222, 100%, 34%, 1)Variables
Sass
$blue-hour: #0034ab;Less
@blue-hour: #0034ab;CSS
--blue-hour: #0034ab;