Shades of Cerulean Blue #394BAE
Tints of Cerulean Blue #394BAE
RGB
CMYK
RGB Variations
Color information
#394BAE (or 0x394BAE) is known color: Cerulean Blue. HEX triplet: 39, 4B and AE. RGB value is (57,75,174). Sum of RGB (Red+Green+Blue) = 57+75+174=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #394BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394BAE is #C6B451. Grayscale: #505050. Windows color (decimal): -13022290 or 11422521. OLE color: 11422521.
HSL color Cylindrical-coordinate representation of color #394BAE: hue angle of 230.77º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394BAE is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 75 | 174 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.32 |
| HSL | 230.77º | 0.51% | 0.45% | - |
| HSV(B) | 230.77º | 0.67% | 0.68% | - |
| XYZ | 11.84 | 8.96 | 41.15 | - |
| YUV | 80.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 174 | 0.67 | 0.57 | 0 | 0.32 | 230.77 | 0.51 | 0.45 |
| Hex | 39 | 4B | AE | 43 | 39 | 0 | 20 | E7 | 33 | 2D |
| Octal | 71 | 113 | 256 | 103 | 71 | 0 | 40 | 347 | 63 | 55 |
| Binary | 111001 | 1001011 | 10101110 | 1000011 | 111001 | 0 | 100000 | 11100111 | 110011 | 101101 |
Color Harmonies of #394BAE
Complementary color
Monochromatic Colors of #394BAE
Black with #394BAE
Text Example
Text Example
White with #394BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394BAE; }
p { color: rgb(57,75,174); }
H1.HeaderClassName
{
color: #394BAE;
}
.AnyTagClassName
{
color: #394BAE;
}
</style>
background-color css
<style>
a { background-color: #394BAE; }
a { background-color: rgb(57,75,174); }
div.DivClassName
{
background-color: #394BAE;
}
.BgClassName
{
background-color: #394BAE;
}
</style>
border-color css
<style>
span { border-color: #394BAE; }
span { border-color: rgb(57,75,174); }
td.TdClassName
{
border-color: #394BAE;
}
.TagClassName
{
border-color: #394BAE;
}
</style>