Shades of Dark Cerulean #035A87
Tints of Dark Cerulean #035A87
RGB
CMYK
RGB Variations
Color information
#035A87 (or 0x035A87) is known color: Dark Cerulean. HEX triplet: 03, 5A and 87. RGB value is (3,90,135). Sum of RGB (Red+Green+Blue) = 3+90+135=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #035A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035A87 is #FCA578. Grayscale: #444444. Windows color (decimal): -16557433 or 8870403. OLE color: 8870403.
HSL color Cylindrical-coordinate representation of color #035A87: hue angle of 200.45º 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 #035A87 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 90 | 135 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.47 |
| HSL | 200.45º | 0.96% | 0.27% | - |
| HSV(B) | 200.45º | 0.98% | 0.53% | - |
| XYZ | 8.07 | 9.08 | 24.25 | - |
| YUV | 69.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 135 | 0.98 | 0.33 | 0 | 0.47 | 200.45 | 0.96 | 0.27 |
| Hex | 3 | 5A | 87 | 62 | 21 | 0 | 2F | C8 | 60 | 1B |
| Octal | 3 | 132 | 207 | 142 | 41 | 0 | 57 | 310 | 140 | 33 |
| Binary | 11 | 1011010 | 10000111 | 1100010 | 100001 | 0 | 101111 | 11001000 | 1100000 | 11011 |
Color Harmonies of #035A87
Complementary color
Monochromatic Colors of #035A87
Black with #035A87
Text Example
Text Example
White with #035A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A87; }
p { color: rgb(3,90,135); }
H1.HeaderClassName
{
color: #035A87;
}
.AnyTagClassName
{
color: #035A87;
}
</style>
background-color css
<style>
a { background-color: #035A87; }
a { background-color: rgb(3,90,135); }
div.DivClassName
{
background-color: #035A87;
}
.BgClassName
{
background-color: #035A87;
}
</style>
border-color css
<style>
span { border-color: #035A87; }
span { border-color: rgb(3,90,135); }
td.TdClassName
{
border-color: #035A87;
}
.TagClassName
{
border-color: #035A87;
}
</style>