Shades of Dark Cerulean #035B90
Tints of Dark Cerulean #035B90
RGB
CMYK
RGB Variations
Color information
#035B90 (or 0x035B90) is known color: Dark Cerulean. HEX triplet: 03, 5B and 90. RGB value is (3,91,144). Sum of RGB (Red+Green+Blue) = 3+91+144=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #035B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035B90 is #FCA46F. Grayscale: #464646. Windows color (decimal): -16557168 or 9460483. OLE color: 9460483.
HSL color Cylindrical-coordinate representation of color #035B90: hue angle of 202.55º 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 #035B90 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 91 | 144 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.44 |
| HSL | 202.55º | 0.96% | 0.29% | - |
| HSV(B) | 202.55º | 0.98% | 0.56% | - |
| XYZ | 8.81 | 9.52 | 27.76 | - |
| YUV | 70.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 144 | 0.98 | 0.37 | 0 | 0.44 | 202.55 | 0.96 | 0.29 |
| Hex | 3 | 5B | 90 | 62 | 25 | 0 | 2C | CB | 60 | 1D |
| Octal | 3 | 133 | 220 | 142 | 45 | 0 | 54 | 313 | 140 | 35 |
| Binary | 11 | 1011011 | 10010000 | 1100010 | 100101 | 0 | 101100 | 11001011 | 1100000 | 11101 |
Color Harmonies of #035B90
Complementary color
Monochromatic Colors of #035B90
Black with #035B90
Text Example
Text Example
White with #035B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B90; }
p { color: rgb(3,91,144); }
H1.HeaderClassName
{
color: #035B90;
}
.AnyTagClassName
{
color: #035B90;
}
</style>
background-color css
<style>
a { background-color: #035B90; }
a { background-color: rgb(3,91,144); }
div.DivClassName
{
background-color: #035B90;
}
.BgClassName
{
background-color: #035B90;
}
</style>
border-color css
<style>
span { border-color: #035B90; }
span { border-color: rgb(3,91,144); }
td.TdClassName
{
border-color: #035B90;
}
.TagClassName
{
border-color: #035B90;
}
</style>