Shades of Dark Cerulean #035C90
Tints of Dark Cerulean #035C90
RGB
CMYK
RGB Variations
Color information
#035C90 (or 0x035C90) is known color: Dark Cerulean. HEX triplet: 03, 5C and 90. RGB value is (3,92,144). Sum of RGB (Red+Green+Blue) = 3+92+144=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #035C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C90 is #FCA36F. Grayscale: #474747. Windows color (decimal): -16556912 or 9460739. OLE color: 9460739.
HSL color Cylindrical-coordinate representation of color #035C90: hue angle of 202.13º 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 #035C90 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 92 | 144 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.44 |
| HSL | 202.13º | 0.96% | 0.29% | - |
| HSV(B) | 202.13º | 0.98% | 0.56% | - |
| XYZ | 8.9 | 9.69 | 27.79 | - |
| YUV | 71.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 144 | 0.98 | 0.36 | 0 | 0.44 | 202.13 | 0.96 | 0.29 |
| Hex | 3 | 5C | 90 | 62 | 24 | 0 | 2C | CA | 60 | 1D |
| Octal | 3 | 134 | 220 | 142 | 44 | 0 | 54 | 312 | 140 | 35 |
| Binary | 11 | 1011100 | 10010000 | 1100010 | 100100 | 0 | 101100 | 11001010 | 1100000 | 11101 |
Color Harmonies of #035C90
Complementary color
Monochromatic Colors of #035C90
Black with #035C90
Text Example
Text Example
White with #035C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C90; }
p { color: rgb(3,92,144); }
H1.HeaderClassName
{
color: #035C90;
}
.AnyTagClassName
{
color: #035C90;
}
</style>
background-color css
<style>
a { background-color: #035C90; }
a { background-color: rgb(3,92,144); }
div.DivClassName
{
background-color: #035C90;
}
.BgClassName
{
background-color: #035C90;
}
</style>
border-color css
<style>
span { border-color: #035C90; }
span { border-color: rgb(3,92,144); }
td.TdClassName
{
border-color: #035C90;
}
.TagClassName
{
border-color: #035C90;
}
</style>