Shades of Dark Cerulean #03517C
Tints of Dark Cerulean #03517C
RGB
CMYK
RGB Variations
Color information
#03517C (or 0x03517C) is known color: Dark Cerulean. HEX triplet: 03, 51 and 7C. RGB value is (3,81,124). Sum of RGB (Red+Green+Blue) = 3+81+124=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #03517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03517C is #FCAE83. Grayscale: #3E3E3E. Windows color (decimal): -16559748 or 8147203. OLE color: 8147203.
HSL color Cylindrical-coordinate representation of color #03517C: hue angle of 201.32º 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 #03517C is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 81 | 124 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.51 |
| HSL | 201.32º | 0.95% | 0.25% | - |
| HSV(B) | 201.32º | 0.98% | 0.49% | - |
| XYZ | 6.62 | 7.36 | 20.14 | - |
| YUV | 62.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 124 | 0.98 | 0.35 | 0 | 0.51 | 201.32 | 0.95 | 0.25 |
| Hex | 3 | 51 | 7C | 62 | 23 | 0 | 33 | C9 | 5F | 19 |
| Octal | 3 | 121 | 174 | 142 | 43 | 0 | 63 | 311 | 137 | 31 |
| Binary | 11 | 1010001 | 1111100 | 1100010 | 100011 | 0 | 110011 | 11001001 | 1011111 | 11001 |
Color Harmonies of #03517C
Complementary color
Monochromatic Colors of #03517C
Black with #03517C
Text Example
Text Example
White with #03517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03517C; }
p { color: rgb(3,81,124); }
H1.HeaderClassName
{
color: #03517C;
}
.AnyTagClassName
{
color: #03517C;
}
</style>
background-color css
<style>
a { background-color: #03517C; }
a { background-color: rgb(3,81,124); }
div.DivClassName
{
background-color: #03517C;
}
.BgClassName
{
background-color: #03517C;
}
</style>
border-color css
<style>
span { border-color: #03517C; }
span { border-color: rgb(3,81,124); }
td.TdClassName
{
border-color: #03517C;
}
.TagClassName
{
border-color: #03517C;
}
</style>