Shades of Cerulean Blue #394DAD
Tints of Cerulean Blue #394DAD
RGB
CMYK
RGB Variations
Color information
#394DAD (or 0x394DAD) is known color: Cerulean Blue. HEX triplet: 39, 4D and AD. RGB value is (57,77,173). Sum of RGB (Red+Green+Blue) = 57+77+173=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #394DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DAD is #C6B252. Grayscale: #515151. Windows color (decimal): -13021779 or 11357497. OLE color: 11357497.
HSL color Cylindrical-coordinate representation of color #394DAD: hue angle of 229.66º degrees, saturation: 0.5, 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 #394DAD is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 77 | 173 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.32 |
| HSL | 229.66º | 0.5% | 0.45% | - |
| HSV(B) | 229.66º | 0.67% | 0.68% | - |
| XYZ | 11.88 | 9.19 | 40.68 | - |
| YUV | 81.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 173 | 0.67 | 0.55 | 0 | 0.32 | 229.66 | 0.5 | 0.45 |
| Hex | 39 | 4D | AD | 43 | 37 | 0 | 20 | E6 | 32 | 2D |
| Octal | 71 | 115 | 255 | 103 | 67 | 0 | 40 | 346 | 62 | 55 |
| Binary | 111001 | 1001101 | 10101101 | 1000011 | 110111 | 0 | 100000 | 11100110 | 110010 | 101101 |
Color Harmonies of #394DAD
Complementary color
Monochromatic Colors of #394DAD
Black with #394DAD
Text Example
Text Example
White with #394DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DAD; }
p { color: rgb(57,77,173); }
H1.HeaderClassName
{
color: #394DAD;
}
.AnyTagClassName
{
color: #394DAD;
}
</style>
background-color css
<style>
a { background-color: #394DAD; }
a { background-color: rgb(57,77,173); }
div.DivClassName
{
background-color: #394DAD;
}
.BgClassName
{
background-color: #394DAD;
}
</style>
border-color css
<style>
span { border-color: #394DAD; }
span { border-color: rgb(57,77,173); }
td.TdClassName
{
border-color: #394DAD;
}
.TagClassName
{
border-color: #394DAD;
}
</style>