Shades of Cerulean Blue #394DAF
Tints of Cerulean Blue #394DAF
RGB
CMYK
RGB Variations
Color information
#394DAF (or 0x394DAF) is known color: Cerulean Blue. HEX triplet: 39, 4D and AF. RGB value is (57,77,175). Sum of RGB (Red+Green+Blue) = 57+77+175=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #394DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DAF is #C6B250. Grayscale: #515151. Windows color (decimal): -13021777 or 11488569. OLE color: 11488569.
HSL color Cylindrical-coordinate representation of color #394DAF: hue angle of 229.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394DAF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 77 | 175 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.31 |
| HSL | 229.83º | 0.51% | 0.45% | - |
| HSV(B) | 229.83º | 0.67% | 0.69% | - |
| XYZ | 12.08 | 9.27 | 41.71 | - |
| YUV | 82.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 175 | 0.67 | 0.56 | 0 | 0.31 | 229.83 | 0.51 | 0.45 |
| Hex | 39 | 4D | AF | 43 | 38 | 0 | 1F | E6 | 33 | 2D |
| Octal | 71 | 115 | 257 | 103 | 70 | 0 | 37 | 346 | 63 | 55 |
| Binary | 111001 | 1001101 | 10101111 | 1000011 | 111000 | 0 | 11111 | 11100110 | 110011 | 101101 |
Color Harmonies of #394DAF
Complementary color
Monochromatic Colors of #394DAF
Black with #394DAF
Text Example
Text Example
White with #394DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DAF; }
p { color: rgb(57,77,175); }
H1.HeaderClassName
{
color: #394DAF;
}
.AnyTagClassName
{
color: #394DAF;
}
</style>
background-color css
<style>
a { background-color: #394DAF; }
a { background-color: rgb(57,77,175); }
div.DivClassName
{
background-color: #394DAF;
}
.BgClassName
{
background-color: #394DAF;
}
</style>
border-color css
<style>
span { border-color: #394DAF; }
span { border-color: rgb(57,77,175); }
td.TdClassName
{
border-color: #394DAF;
}
.TagClassName
{
border-color: #394DAF;
}
</style>