Shades of Dark Cerulean #035D90
Tints of Dark Cerulean #035D90
RGB
CMYK
RGB Variations
Color information
#035D90 (or 0x035D90) is known color: Dark Cerulean. HEX triplet: 03, 5D and 90. RGB value is (3,93,144). Sum of RGB (Red+Green+Blue) = 3+93+144=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #035D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D90 is #FCA26F. Grayscale: #474747. Windows color (decimal): -16556656 or 9460995. OLE color: 9460995.
HSL color Cylindrical-coordinate representation of color #035D90: hue angle of 201.7º 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 #035D90 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 93 | 144 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.44 |
| HSL | 201.7º | 0.96% | 0.29% | - |
| HSV(B) | 201.7º | 0.98% | 0.56% | - |
| XYZ | 8.99 | 9.86 | 27.82 | - |
| YUV | 71.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 144 | 0.98 | 0.35 | 0 | 0.44 | 201.7 | 0.96 | 0.29 |
| Hex | 3 | 5D | 90 | 62 | 23 | 0 | 2C | CA | 60 | 1D |
| Octal | 3 | 135 | 220 | 142 | 43 | 0 | 54 | 312 | 140 | 35 |
| Binary | 11 | 1011101 | 10010000 | 1100010 | 100011 | 0 | 101100 | 11001010 | 1100000 | 11101 |
Color Harmonies of #035D90
Complementary color
Monochromatic Colors of #035D90
Black with #035D90
Text Example
Text Example
White with #035D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D90; }
p { color: rgb(3,93,144); }
H1.HeaderClassName
{
color: #035D90;
}
.AnyTagClassName
{
color: #035D90;
}
</style>
background-color css
<style>
a { background-color: #035D90; }
a { background-color: rgb(3,93,144); }
div.DivClassName
{
background-color: #035D90;
}
.BgClassName
{
background-color: #035D90;
}
</style>
border-color css
<style>
span { border-color: #035D90; }
span { border-color: rgb(3,93,144); }
td.TdClassName
{
border-color: #035D90;
}
.TagClassName
{
border-color: #035D90;
}
</style>