Shades of Dark Cerulean #035187
Tints of Dark Cerulean #035187
RGB
CMYK
RGB Variations
Color information
#035187 (or 0x035187) is known color: Dark Cerulean. HEX triplet: 03, 51 and 87. RGB value is (3,81,135). Sum of RGB (Red+Green+Blue) = 3+81+135=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #035187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035187 is #FCAE78. Grayscale: #3F3F3F. Windows color (decimal): -16559737 or 8868099. OLE color: 8868099.
HSL color Cylindrical-coordinate representation of color #035187: hue angle of 204.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035187 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 81 | 135 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.47 |
| HSL | 204.55º | 0.96% | 0.27% | - |
| HSV(B) | 204.55º | 0.98% | 0.53% | - |
| XYZ | 7.35 | 7.65 | 24.01 | - |
| YUV | 63.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 135 | 0.98 | 0.40 | 0 | 0.47 | 204.55 | 0.96 | 0.27 |
| Hex | 3 | 51 | 87 | 62 | 28 | 0 | 2F | CD | 60 | 1B |
| Octal | 3 | 121 | 207 | 142 | 50 | 0 | 57 | 315 | 140 | 33 |
| Binary | 11 | 1010001 | 10000111 | 1100010 | 101000 | 0 | 101111 | 11001101 | 1100000 | 11011 |
Color Harmonies of #035187
Complementary color
Monochromatic Colors of #035187
Black with #035187
Text Example
Text Example
White with #035187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035187; }
p { color: rgb(3,81,135); }
H1.HeaderClassName
{
color: #035187;
}
.AnyTagClassName
{
color: #035187;
}
</style>
background-color css
<style>
a { background-color: #035187; }
a { background-color: rgb(3,81,135); }
div.DivClassName
{
background-color: #035187;
}
.BgClassName
{
background-color: #035187;
}
</style>
border-color css
<style>
span { border-color: #035187; }
span { border-color: rgb(3,81,135); }
td.TdClassName
{
border-color: #035187;
}
.TagClassName
{
border-color: #035187;
}
</style>