Shades of Cerulean Blue #394DAA
Tints of Cerulean Blue #394DAA
RGB
CMYK
RGB Variations
Color information
#394DAA (or 0x394DAA) is known color: Cerulean Blue. HEX triplet: 39, 4D and AA. RGB value is (57,77,170). Sum of RGB (Red+Green+Blue) = 57+77+170=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #394DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DAA is #C6B255. Grayscale: #515151. Windows color (decimal): -13021782 or 11160889. OLE color: 11160889.
HSL color Cylindrical-coordinate representation of color #394DAA: hue angle of 229.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #394DAA is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 77 | 170 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.33 |
| HSL | 229.38º | 0.5% | 0.45% | - |
| HSV(B) | 229.38º | 0.66% | 0.67% | - |
| XYZ | 11.6 | 9.08 | 39.17 | - |
| YUV | 81.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 170 | 0.66 | 0.55 | 0 | 0.33 | 229.38 | 0.5 | 0.45 |
| Hex | 39 | 4D | AA | 42 | 37 | 0 | 21 | E5 | 32 | 2D |
| Octal | 71 | 115 | 252 | 102 | 67 | 0 | 41 | 345 | 62 | 55 |
| Binary | 111001 | 1001101 | 10101010 | 1000010 | 110111 | 0 | 100001 | 11100101 | 110010 | 101101 |
Color Harmonies of #394DAA
Complementary color
Monochromatic Colors of #394DAA
Black with #394DAA
Text Example
Text Example
White with #394DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DAA; }
p { color: rgb(57,77,170); }
H1.HeaderClassName
{
color: #394DAA;
}
.AnyTagClassName
{
color: #394DAA;
}
</style>
background-color css
<style>
a { background-color: #394DAA; }
a { background-color: rgb(57,77,170); }
div.DivClassName
{
background-color: #394DAA;
}
.BgClassName
{
background-color: #394DAA;
}
</style>
border-color css
<style>
span { border-color: #394DAA; }
span { border-color: rgb(57,77,170); }
td.TdClassName
{
border-color: #394DAA;
}
.TagClassName
{
border-color: #394DAA;
}
</style>