Shades of Cerulean Blue #394DAB
Tints of Cerulean Blue #394DAB
RGB
CMYK
RGB Variations
Color information
#394DAB (or 0x394DAB) is known color: Cerulean Blue. HEX triplet: 39, 4D and AB. RGB value is (57,77,171). Sum of RGB (Red+Green+Blue) = 57+77+171=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #394DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DAB is #C6B254. Grayscale: #515151. Windows color (decimal): -13021781 or 11226425. OLE color: 11226425.
HSL color Cylindrical-coordinate representation of color #394DAB: hue angle of 229.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394DAB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 77 | 171 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.33 |
| HSL | 229.47º | 0.5% | 0.45% | - |
| HSV(B) | 229.47º | 0.67% | 0.67% | - |
| XYZ | 11.69 | 9.12 | 39.67 | - |
| YUV | 81.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 171 | 0.67 | 0.55 | 0 | 0.33 | 229.47 | 0.5 | 0.45 |
| Hex | 39 | 4D | AB | 43 | 37 | 0 | 21 | E5 | 32 | 2D |
| Octal | 71 | 115 | 253 | 103 | 67 | 0 | 41 | 345 | 62 | 55 |
| Binary | 111001 | 1001101 | 10101011 | 1000011 | 110111 | 0 | 100001 | 11100101 | 110010 | 101101 |
Color Harmonies of #394DAB
Complementary color
Monochromatic Colors of #394DAB
Black with #394DAB
Text Example
Text Example
White with #394DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DAB; }
p { color: rgb(57,77,171); }
H1.HeaderClassName
{
color: #394DAB;
}
.AnyTagClassName
{
color: #394DAB;
}
</style>
background-color css
<style>
a { background-color: #394DAB; }
a { background-color: rgb(57,77,171); }
div.DivClassName
{
background-color: #394DAB;
}
.BgClassName
{
background-color: #394DAB;
}
</style>
border-color css
<style>
span { border-color: #394DAB; }
span { border-color: rgb(57,77,171); }
td.TdClassName
{
border-color: #394DAB;
}
.TagClassName
{
border-color: #394DAB;
}
</style>