Shades of Dark Cerulean #035190
Tints of Dark Cerulean #035190
RGB
CMYK
RGB Variations
Color information
#035190 (or 0x035190) is known color: Dark Cerulean. HEX triplet: 03, 51 and 90. RGB value is (3,81,144). Sum of RGB (Red+Green+Blue) = 3+81+144=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #035190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035190 is #FCAE6F. Grayscale: #404040. Windows color (decimal): -16559728 or 9457923. OLE color: 9457923.
HSL color Cylindrical-coordinate representation of color #035190: hue angle of 206.81º 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 #035190 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 81 | 144 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.44 |
| HSL | 206.81º | 0.96% | 0.29% | - |
| HSV(B) | 206.81º | 0.98% | 0.56% | - |
| XYZ | 8.01 | 7.92 | 27.49 | - |
| YUV | 64.86 | 172.66 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 144 | 0.98 | 0.44 | 0 | 0.44 | 206.81 | 0.96 | 0.29 |
| Hex | 3 | 51 | 90 | 62 | 2C | 0 | 2C | CF | 60 | 1D |
| Octal | 3 | 121 | 220 | 142 | 54 | 0 | 54 | 317 | 140 | 35 |
| Binary | 11 | 1010001 | 10010000 | 1100010 | 101100 | 0 | 101100 | 11001111 | 1100000 | 11101 |
Color Harmonies of #035190
Complementary color
Monochromatic Colors of #035190
Black with #035190
Text Example
Text Example
White with #035190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035190; }
p { color: rgb(3,81,144); }
H1.HeaderClassName
{
color: #035190;
}
.AnyTagClassName
{
color: #035190;
}
</style>
background-color css
<style>
a { background-color: #035190; }
a { background-color: rgb(3,81,144); }
div.DivClassName
{
background-color: #035190;
}
.BgClassName
{
background-color: #035190;
}
</style>
border-color css
<style>
span { border-color: #035190; }
span { border-color: rgb(3,81,144); }
td.TdClassName
{
border-color: #035190;
}
.TagClassName
{
border-color: #035190;
}
</style>