Shades of Dark Cerulean #035F90
Tints of Dark Cerulean #035F90
RGB
CMYK
RGB Variations
Color information
#035F90 (or 0x035F90) is known color: Dark Cerulean. HEX triplet: 03, 5F and 90. RGB value is (3,95,144). Sum of RGB (Red+Green+Blue) = 3+95+144=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #035F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035F90 is #FCA06F. Grayscale: #484848. Windows color (decimal): -16556144 or 9461507. OLE color: 9461507.
HSL color Cylindrical-coordinate representation of color #035F90: hue angle of 200.85º 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 #035F90 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 95 | 144 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.44 |
| HSL | 200.85º | 0.96% | 0.29% | - |
| HSV(B) | 200.85º | 0.98% | 0.56% | - |
| XYZ | 9.16 | 10.22 | 27.87 | - |
| YUV | 73.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 144 | 0.98 | 0.34 | 0 | 0.44 | 200.85 | 0.96 | 0.29 |
| Hex | 3 | 5F | 90 | 62 | 22 | 0 | 2C | C9 | 60 | 1D |
| Octal | 3 | 137 | 220 | 142 | 42 | 0 | 54 | 311 | 140 | 35 |
| Binary | 11 | 1011111 | 10010000 | 1100010 | 100010 | 0 | 101100 | 11001001 | 1100000 | 11101 |
Color Harmonies of #035F90
Complementary color
Monochromatic Colors of #035F90
Black with #035F90
Text Example
Text Example
White with #035F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F90; }
p { color: rgb(3,95,144); }
H1.HeaderClassName
{
color: #035F90;
}
.AnyTagClassName
{
color: #035F90;
}
</style>
background-color css
<style>
a { background-color: #035F90; }
a { background-color: rgb(3,95,144); }
div.DivClassName
{
background-color: #035F90;
}
.BgClassName
{
background-color: #035F90;
}
</style>
border-color css
<style>
span { border-color: #035F90; }
span { border-color: rgb(3,95,144); }
td.TdClassName
{
border-color: #035F90;
}
.TagClassName
{
border-color: #035F90;
}
</style>