Shades of Dark Cerulean #035994
Tints of Dark Cerulean #035994
RGB
CMYK
RGB Variations
Color information
#035994 (or 0x035994) is known color: Dark Cerulean. HEX triplet: 03, 59 and 94. RGB value is (3,89,148). Sum of RGB (Red+Green+Blue) = 3+89+148=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #035994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035994 is #FCA66B. Grayscale: #454545. Windows color (decimal): -16557676 or 9722115. OLE color: 9722115.
HSL color Cylindrical-coordinate representation of color #035994: hue angle of 204.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035994 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 89 | 148 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.42 |
| HSL | 204.41º | 0.96% | 0.3% | - |
| HSV(B) | 204.41º | 0.98% | 0.58% | - |
| XYZ | 8.96 | 9.3 | 29.34 | - |
| YUV | 70.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 148 | 0.98 | 0.40 | 0 | 0.42 | 204.41 | 0.96 | 0.3 |
| Hex | 3 | 59 | 94 | 62 | 28 | 0 | 2A | CC | 60 | 1E |
| Octal | 3 | 131 | 224 | 142 | 50 | 0 | 52 | 314 | 140 | 36 |
| Binary | 11 | 1011001 | 10010100 | 1100010 | 101000 | 0 | 101010 | 11001100 | 1100000 | 11110 |
Color Harmonies of #035994
Complementary color
Monochromatic Colors of #035994
Black with #035994
Text Example
Text Example
White with #035994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035994; }
p { color: rgb(3,89,148); }
H1.HeaderClassName
{
color: #035994;
}
.AnyTagClassName
{
color: #035994;
}
</style>
background-color css
<style>
a { background-color: #035994; }
a { background-color: rgb(3,89,148); }
div.DivClassName
{
background-color: #035994;
}
.BgClassName
{
background-color: #035994;
}
</style>
border-color css
<style>
span { border-color: #035994; }
span { border-color: rgb(3,89,148); }
td.TdClassName
{
border-color: #035994;
}
.TagClassName
{
border-color: #035994;
}
</style>