Shades of Cerulean Blue #394DB3
Tints of Cerulean Blue #394DB3
RGB
CMYK
RGB Variations
Color information
#394DB3 (or 0x394DB3) is known color: Cerulean Blue. HEX triplet: 39, 4D and B3. RGB value is (57,77,179). Sum of RGB (Red+Green+Blue) = 57+77+179=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #394DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DB3 is #C6B24C. Grayscale: #525252. Windows color (decimal): -13021773 or 11750713. OLE color: 11750713.
HSL color Cylindrical-coordinate representation of color #394DB3: hue angle of 230.16º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394DB3 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 77 | 179 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.30 |
| HSL | 230.16º | 0.52% | 0.46% | - |
| HSV(B) | 230.16º | 0.68% | 0.7% | - |
| XYZ | 12.48 | 9.43 | 43.81 | - |
| YUV | 82.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 179 | 0.68 | 0.57 | 0 | 0.30 | 230.16 | 0.52 | 0.46 |
| Hex | 39 | 4D | B3 | 44 | 39 | 0 | 1E | E6 | 34 | 2E |
| Octal | 71 | 115 | 263 | 104 | 71 | 0 | 36 | 346 | 64 | 56 |
| Binary | 111001 | 1001101 | 10110011 | 1000100 | 111001 | 0 | 11110 | 11100110 | 110100 | 101110 |
Color Harmonies of #394DB3
Complementary color
Monochromatic Colors of #394DB3
Black with #394DB3
Text Example
Text Example
White with #394DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DB3; }
p { color: rgb(57,77,179); }
H1.HeaderClassName
{
color: #394DB3;
}
.AnyTagClassName
{
color: #394DB3;
}
</style>
background-color css
<style>
a { background-color: #394DB3; }
a { background-color: rgb(57,77,179); }
div.DivClassName
{
background-color: #394DB3;
}
.BgClassName
{
background-color: #394DB3;
}
</style>
border-color css
<style>
span { border-color: #394DB3; }
span { border-color: rgb(57,77,179); }
td.TdClassName
{
border-color: #394DB3;
}
.TagClassName
{
border-color: #394DB3;
}
</style>