Shades of Dark Cerulean #035088
Tints of Dark Cerulean #035088
RGB
CMYK
RGB Variations
Color information
#035088 (or 0x035088) is known color: Dark Cerulean. HEX triplet: 03, 50 and 88. RGB value is (3,80,136). Sum of RGB (Red+Green+Blue) = 3+80+136=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #035088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035088 is #FCAF77. Grayscale: #3F3F3F. Windows color (decimal): -16559992 or 8933379. OLE color: 8933379.
HSL color Cylindrical-coordinate representation of color #035088: hue angle of 205.26º 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 #035088 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 80 | 136 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.47 |
| HSL | 205.26º | 0.96% | 0.27% | - |
| HSV(B) | 205.26º | 0.98% | 0.53% | - |
| XYZ | 7.35 | 7.53 | 24.36 | - |
| YUV | 63.36 | 168.99 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 136 | 0.98 | 0.41 | 0 | 0.47 | 205.26 | 0.96 | 0.27 |
| Hex | 3 | 50 | 88 | 62 | 29 | 0 | 2F | CD | 60 | 1B |
| Octal | 3 | 120 | 210 | 142 | 51 | 0 | 57 | 315 | 140 | 33 |
| Binary | 11 | 1010000 | 10001000 | 1100010 | 101001 | 0 | 101111 | 11001101 | 1100000 | 11011 |
Color Harmonies of #035088
Complementary color
Monochromatic Colors of #035088
Black with #035088
Text Example
Text Example
White with #035088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035088; }
p { color: rgb(3,80,136); }
H1.HeaderClassName
{
color: #035088;
}
.AnyTagClassName
{
color: #035088;
}
</style>
background-color css
<style>
a { background-color: #035088; }
a { background-color: rgb(3,80,136); }
div.DivClassName
{
background-color: #035088;
}
.BgClassName
{
background-color: #035088;
}
</style>
border-color css
<style>
span { border-color: #035088; }
span { border-color: rgb(3,80,136); }
td.TdClassName
{
border-color: #035088;
}
.TagClassName
{
border-color: #035088;
}
</style>