Shades of Dark Cerulean #035990
Tints of Dark Cerulean #035990
RGB
CMYK
RGB Variations
Color information
#035990 (or 0x035990) is known color: Dark Cerulean. HEX triplet: 03, 59 and 90. RGB value is (3,89,144). Sum of RGB (Red+Green+Blue) = 3+89+144=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #035990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035990 is #FCA66F. Grayscale: #454545. Windows color (decimal): -16557680 or 9459971. OLE color: 9459971.
HSL color Cylindrical-coordinate representation of color #035990: hue angle of 203.4º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035990 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 89 | 144 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.44 |
| HSL | 203.4º | 0.96% | 0.29% | - |
| HSV(B) | 203.4º | 0.98% | 0.56% | - |
| XYZ | 8.64 | 9.18 | 27.7 | - |
| YUV | 69.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 144 | 0.98 | 0.38 | 0 | 0.44 | 203.4 | 0.96 | 0.29 |
| Hex | 3 | 59 | 90 | 62 | 26 | 0 | 2C | CB | 60 | 1D |
| Octal | 3 | 131 | 220 | 142 | 46 | 0 | 54 | 313 | 140 | 35 |
| Binary | 11 | 1011001 | 10010000 | 1100010 | 100110 | 0 | 101100 | 11001011 | 1100000 | 11101 |
Color Harmonies of #035990
Complementary color
Monochromatic Colors of #035990
Black with #035990
Text Example
Text Example
White with #035990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035990; }
p { color: rgb(3,89,144); }
H1.HeaderClassName
{
color: #035990;
}
.AnyTagClassName
{
color: #035990;
}
</style>
background-color css
<style>
a { background-color: #035990; }
a { background-color: rgb(3,89,144); }
div.DivClassName
{
background-color: #035990;
}
.BgClassName
{
background-color: #035990;
}
</style>
border-color css
<style>
span { border-color: #035990; }
span { border-color: rgb(3,89,144); }
td.TdClassName
{
border-color: #035990;
}
.TagClassName
{
border-color: #035990;
}
</style>