Shades of Dark Cerulean #035982
Tints of Dark Cerulean #035982
RGB
CMYK
RGB Variations
Color information
#035982 (or 0x035982) is known color: Dark Cerulean. HEX triplet: 03, 59 and 82. RGB value is (3,89,130). Sum of RGB (Red+Green+Blue) = 3+89+130=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #035982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035982 is #FCA67D. Grayscale: #434343. Windows color (decimal): -16557694 or 8542467. OLE color: 8542467.
HSL color Cylindrical-coordinate representation of color #035982: hue angle of 199.37º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035982 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 89 | 130 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.49 |
| HSL | 199.37º | 0.95% | 0.26% | - |
| HSV(B) | 199.37º | 0.98% | 0.51% | - |
| XYZ | 7.64 | 8.78 | 22.41 | - |
| YUV | 67.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 130 | 0.98 | 0.32 | 0 | 0.49 | 199.37 | 0.95 | 0.26 |
| Hex | 3 | 59 | 82 | 62 | 20 | 0 | 31 | C7 | 5F | 1A |
| Octal | 3 | 131 | 202 | 142 | 40 | 0 | 61 | 307 | 137 | 32 |
| Binary | 11 | 1011001 | 10000010 | 1100010 | 100000 | 0 | 110001 | 11000111 | 1011111 | 11010 |
Color Harmonies of #035982
Complementary color
Monochromatic Colors of #035982
Black with #035982
Text Example
Text Example
White with #035982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035982; }
p { color: rgb(3,89,130); }
H1.HeaderClassName
{
color: #035982;
}
.AnyTagClassName
{
color: #035982;
}
</style>
background-color css
<style>
a { background-color: #035982; }
a { background-color: rgb(3,89,130); }
div.DivClassName
{
background-color: #035982;
}
.BgClassName
{
background-color: #035982;
}
</style>
border-color css
<style>
span { border-color: #035982; }
span { border-color: rgb(3,89,130); }
td.TdClassName
{
border-color: #035982;
}
.TagClassName
{
border-color: #035982;
}
</style>