Shades of Dark Cerulean #03397F
Tints of Dark Cerulean #03397F
RGB
CMYK
RGB Variations
Color information
#03397F (or 0x03397F) is known color: Dark Cerulean. HEX triplet: 03, 39 and 7F. RGB value is (3,57,127). Sum of RGB (Red+Green+Blue) = 3+57+127=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #03397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03397F is #FCC680. Grayscale: #303030. Windows color (decimal): -16565889 or 8337667. OLE color: 8337667.
HSL color Cylindrical-coordinate representation of color #03397F: hue angle of 213.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03397F is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 57 | 127 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.50 |
| HSL | 213.87º | 0.95% | 0.25% | - |
| HSV(B) | 213.87º | 0.98% | 0.5% | - |
| XYZ | 5.33 | 4.48 | 20.66 | - |
| YUV | 48.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 127 | 0.98 | 0.55 | 0 | 0.50 | 213.87 | 0.95 | 0.25 |
| Hex | 3 | 39 | 7F | 62 | 37 | 0 | 32 | D6 | 5F | 19 |
| Octal | 3 | 71 | 177 | 142 | 67 | 0 | 62 | 326 | 137 | 31 |
| Binary | 11 | 111001 | 1111111 | 1100010 | 110111 | 0 | 110010 | 11010110 | 1011111 | 11001 |
Color Harmonies of #03397F
Complementary color
Monochromatic Colors of #03397F
Black with #03397F
Text Example
Text Example
White with #03397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03397F; }
p { color: rgb(3,57,127); }
H1.HeaderClassName
{
color: #03397F;
}
.AnyTagClassName
{
color: #03397F;
}
</style>
background-color css
<style>
a { background-color: #03397F; }
a { background-color: rgb(3,57,127); }
div.DivClassName
{
background-color: #03397F;
}
.BgClassName
{
background-color: #03397F;
}
</style>
border-color css
<style>
span { border-color: #03397F; }
span { border-color: rgb(3,57,127); }
td.TdClassName
{
border-color: #03397F;
}
.TagClassName
{
border-color: #03397F;
}
</style>