Shades of Cerulean Blue #394EAA
Tints of Cerulean Blue #394EAA
RGB
CMYK
RGB Variations
Color information
#394EAA (or 0x394EAA) is known color: Cerulean Blue. HEX triplet: 39, 4E and AA. RGB value is (57,78,170). Sum of RGB (Red+Green+Blue) = 57+78+170=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #394EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EAA is #C6B155. Grayscale: #515151. Windows color (decimal): -13021526 or 11161145. OLE color: 11161145.
HSL color Cylindrical-coordinate representation of color #394EAA: hue angle of 228.85º 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 #394EAA is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 78 | 170 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.33 |
| HSL | 228.85º | 0.5% | 0.45% | - |
| HSV(B) | 228.85º | 0.66% | 0.67% | - |
| XYZ | 11.67 | 9.22 | 39.2 | - |
| YUV | 82.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 170 | 0.66 | 0.54 | 0 | 0.33 | 228.85 | 0.5 | 0.45 |
| Hex | 39 | 4E | AA | 42 | 36 | 0 | 21 | E5 | 32 | 2D |
| Octal | 71 | 116 | 252 | 102 | 66 | 0 | 41 | 345 | 62 | 55 |
| Binary | 111001 | 1001110 | 10101010 | 1000010 | 110110 | 0 | 100001 | 11100101 | 110010 | 101101 |
Color Harmonies of #394EAA
Complementary color
Monochromatic Colors of #394EAA
Black with #394EAA
Text Example
Text Example
White with #394EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EAA; }
p { color: rgb(57,78,170); }
H1.HeaderClassName
{
color: #394EAA;
}
.AnyTagClassName
{
color: #394EAA;
}
</style>
background-color css
<style>
a { background-color: #394EAA; }
a { background-color: rgb(57,78,170); }
div.DivClassName
{
background-color: #394EAA;
}
.BgClassName
{
background-color: #394EAA;
}
</style>
border-color css
<style>
span { border-color: #394EAA; }
span { border-color: rgb(57,78,170); }
td.TdClassName
{
border-color: #394EAA;
}
.TagClassName
{
border-color: #394EAA;
}
</style>