Shades of Dark Cerulean #03397C
Tints of Dark Cerulean #03397C
RGB
CMYK
RGB Variations
Color information
#03397C (or 0x03397C) is known color: Dark Cerulean. HEX triplet: 03, 39 and 7C. RGB value is (3,57,124). Sum of RGB (Red+Green+Blue) = 3+57+124=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #03397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03397C is #FCC683. Grayscale: #303030. Windows color (decimal): -16565892 or 8141059. OLE color: 8141059.
HSL color Cylindrical-coordinate representation of color #03397C: hue angle of 213.22º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03397C is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 57 | 124 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.51 |
| HSL | 213.22º | 0.95% | 0.25% | - |
| HSV(B) | 213.22º | 0.98% | 0.49% | - |
| XYZ | 5.14 | 4.4 | 19.65 | - |
| YUV | 48.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 124 | 0.98 | 0.54 | 0 | 0.51 | 213.22 | 0.95 | 0.25 |
| Hex | 3 | 39 | 7C | 62 | 36 | 0 | 33 | D5 | 5F | 19 |
| Octal | 3 | 71 | 174 | 142 | 66 | 0 | 63 | 325 | 137 | 31 |
| Binary | 11 | 111001 | 1111100 | 1100010 | 110110 | 0 | 110011 | 11010101 | 1011111 | 11001 |
Color Harmonies of #03397C
Complementary color
Monochromatic Colors of #03397C
Black with #03397C
Text Example
Text Example
White with #03397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03397C; }
p { color: rgb(3,57,124); }
H1.HeaderClassName
{
color: #03397C;
}
.AnyTagClassName
{
color: #03397C;
}
</style>
background-color css
<style>
a { background-color: #03397C; }
a { background-color: rgb(3,57,124); }
div.DivClassName
{
background-color: #03397C;
}
.BgClassName
{
background-color: #03397C;
}
</style>
border-color css
<style>
span { border-color: #03397C; }
span { border-color: rgb(3,57,124); }
td.TdClassName
{
border-color: #03397C;
}
.TagClassName
{
border-color: #03397C;
}
</style>