Shades of Cerulean Blue #394AAA
Tints of Cerulean Blue #394AAA
RGB
CMYK
RGB Variations
Color information
#394AAA (or 0x394AAA) is known color: Cerulean Blue. HEX triplet: 39, 4A and AA. RGB value is (57,74,170). Sum of RGB (Red+Green+Blue) = 57+74+170=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #394AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394AAA is #C6B555. Grayscale: #4F4F4F. Windows color (decimal): -13022550 or 11160121. OLE color: 11160121.
HSL color Cylindrical-coordinate representation of color #394AAA: hue angle of 230.97º 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 #394AAA is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 74 | 170 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.33 |
| HSL | 230.97º | 0.5% | 0.45% | - |
| HSV(B) | 230.97º | 0.66% | 0.67% | - |
| XYZ | 11.39 | 8.67 | 39.1 | - |
| YUV | 79.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 170 | 0.66 | 0.56 | 0 | 0.33 | 230.97 | 0.5 | 0.45 |
| Hex | 39 | 4A | AA | 42 | 38 | 0 | 21 | E7 | 32 | 2D |
| Octal | 71 | 112 | 252 | 102 | 70 | 0 | 41 | 347 | 62 | 55 |
| Binary | 111001 | 1001010 | 10101010 | 1000010 | 111000 | 0 | 100001 | 11100111 | 110010 | 101101 |
Color Harmonies of #394AAA
Complementary color
Monochromatic Colors of #394AAA
Black with #394AAA
Text Example
Text Example
White with #394AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394AAA; }
p { color: rgb(57,74,170); }
H1.HeaderClassName
{
color: #394AAA;
}
.AnyTagClassName
{
color: #394AAA;
}
</style>
background-color css
<style>
a { background-color: #394AAA; }
a { background-color: rgb(57,74,170); }
div.DivClassName
{
background-color: #394AAA;
}
.BgClassName
{
background-color: #394AAA;
}
</style>
border-color css
<style>
span { border-color: #394AAA; }
span { border-color: rgb(57,74,170); }
td.TdClassName
{
border-color: #394AAA;
}
.TagClassName
{
border-color: #394AAA;
}
</style>