Shades of Dark Cerulean #035488
Tints of Dark Cerulean #035488
RGB
CMYK
RGB Variations
Color information
#035488 (or 0x035488) is known color: Dark Cerulean. HEX triplet: 03, 54 and 88. RGB value is (3,84,136). Sum of RGB (Red+Green+Blue) = 3+84+136=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #035488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035488 is #FCAB77. Grayscale: #414141. Windows color (decimal): -16558968 or 8934403. OLE color: 8934403.
HSL color Cylindrical-coordinate representation of color #035488: hue angle of 203.46º 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 #035488 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 84 | 136 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.47 |
| HSL | 203.46º | 0.96% | 0.27% | - |
| HSV(B) | 203.46º | 0.98% | 0.53% | - |
| XYZ | 7.65 | 8.14 | 24.46 | - |
| YUV | 65.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 136 | 0.98 | 0.38 | 0 | 0.47 | 203.46 | 0.96 | 0.27 |
| Hex | 3 | 54 | 88 | 62 | 26 | 0 | 2F | CB | 60 | 1B |
| Octal | 3 | 124 | 210 | 142 | 46 | 0 | 57 | 313 | 140 | 33 |
| Binary | 11 | 1010100 | 10001000 | 1100010 | 100110 | 0 | 101111 | 11001011 | 1100000 | 11011 |
Color Harmonies of #035488
Complementary color
Monochromatic Colors of #035488
Black with #035488
Text Example
Text Example
White with #035488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035488; }
p { color: rgb(3,84,136); }
H1.HeaderClassName
{
color: #035488;
}
.AnyTagClassName
{
color: #035488;
}
</style>
background-color css
<style>
a { background-color: #035488; }
a { background-color: rgb(3,84,136); }
div.DivClassName
{
background-color: #035488;
}
.BgClassName
{
background-color: #035488;
}
</style>
border-color css
<style>
span { border-color: #035488; }
span { border-color: rgb(3,84,136); }
td.TdClassName
{
border-color: #035488;
}
.TagClassName
{
border-color: #035488;
}
</style>