Shades of Cerulean Blue #394FAC
Tints of Cerulean Blue #394FAC
RGB
CMYK
RGB Variations
Color information
#394FAC (or 0x394FAC) is known color: Cerulean Blue. HEX triplet: 39, 4F and AC. RGB value is (57,79,172). Sum of RGB (Red+Green+Blue) = 57+79+172=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #394FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394FAC is #C6B053. Grayscale: #525252. Windows color (decimal): -13021268 or 11292473. OLE color: 11292473.
HSL color Cylindrical-coordinate representation of color #394FAC: hue angle of 228.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394FAC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 79 | 172 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.33 |
| HSL | 228.52º | 0.5% | 0.45% | - |
| HSV(B) | 228.52º | 0.67% | 0.67% | - |
| XYZ | 11.93 | 9.44 | 40.22 | - |
| YUV | 83.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 172 | 0.67 | 0.54 | 0 | 0.33 | 228.52 | 0.5 | 0.45 |
| Hex | 39 | 4F | AC | 43 | 36 | 0 | 21 | E5 | 32 | 2D |
| Octal | 71 | 117 | 254 | 103 | 66 | 0 | 41 | 345 | 62 | 55 |
| Binary | 111001 | 1001111 | 10101100 | 1000011 | 110110 | 0 | 100001 | 11100101 | 110010 | 101101 |
Color Harmonies of #394FAC
Complementary color
Monochromatic Colors of #394FAC
Black with #394FAC
Text Example
Text Example
White with #394FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394FAC; }
p { color: rgb(57,79,172); }
H1.HeaderClassName
{
color: #394FAC;
}
.AnyTagClassName
{
color: #394FAC;
}
</style>
background-color css
<style>
a { background-color: #394FAC; }
a { background-color: rgb(57,79,172); }
div.DivClassName
{
background-color: #394FAC;
}
.BgClassName
{
background-color: #394FAC;
}
</style>
border-color css
<style>
span { border-color: #394FAC; }
span { border-color: rgb(57,79,172); }
td.TdClassName
{
border-color: #394FAC;
}
.TagClassName
{
border-color: #394FAC;
}
</style>