Shades of Dark Cerulean #03397E
Tints of Dark Cerulean #03397E
RGB
CMYK
RGB Variations
Color information
#03397E (or 0x03397E) is known color: Dark Cerulean. HEX triplet: 03, 39 and 7E. RGB value is (3,57,126). Sum of RGB (Red+Green+Blue) = 3+57+126=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 126 (49.61% from 255 or 67.74% from 186); Max value from RGB is 126 - color contains mainly: blue. Hex color #03397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03397E is #FCC681. Grayscale: #303030. Windows color (decimal): -16565890 or 8272131. OLE color: 8272131.
HSL color Cylindrical-coordinate representation of color #03397E: hue angle of 213.66º 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 #03397E is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 57 | 126 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.51 |
| HSL | 213.66º | 0.95% | 0.25% | - |
| HSV(B) | 213.66º | 0.98% | 0.49% | - |
| XYZ | 5.27 | 4.45 | 20.32 | - |
| YUV | 48.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 126 | 0.98 | 0.55 | 0 | 0.51 | 213.66 | 0.95 | 0.25 |
| Hex | 3 | 39 | 7E | 62 | 37 | 0 | 33 | D6 | 5F | 19 |
| Octal | 3 | 71 | 176 | 142 | 67 | 0 | 63 | 326 | 137 | 31 |
| Binary | 11 | 111001 | 1111110 | 1100010 | 110111 | 0 | 110011 | 11010110 | 1011111 | 11001 |
Color Harmonies of #03397E
Complementary color
Monochromatic Colors of #03397E
Black with #03397E
Text Example
Text Example
White with #03397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03397E; }
p { color: rgb(3,57,126); }
H1.HeaderClassName
{
color: #03397E;
}
.AnyTagClassName
{
color: #03397E;
}
</style>
background-color css
<style>
a { background-color: #03397E; }
a { background-color: rgb(3,57,126); }
div.DivClassName
{
background-color: #03397E;
}
.BgClassName
{
background-color: #03397E;
}
</style>
border-color css
<style>
span { border-color: #03397E; }
span { border-color: rgb(3,57,126); }
td.TdClassName
{
border-color: #03397E;
}
.TagClassName
{
border-color: #03397E;
}
</style>