Shades of Dark Cerulean #035882
Tints of Dark Cerulean #035882
RGB
CMYK
RGB Variations
Color information
#035882 (or 0x035882) is known color: Dark Cerulean. HEX triplet: 03, 58 and 82. RGB value is (3,88,130). Sum of RGB (Red+Green+Blue) = 3+88+130=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #035882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035882 is #FCA77D. Grayscale: #434343. Windows color (decimal): -16557950 or 8542211. OLE color: 8542211.
HSL color Cylindrical-coordinate representation of color #035882: hue angle of 199.84º 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 #035882 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 88 | 130 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.49 |
| HSL | 199.84º | 0.95% | 0.26% | - |
| HSV(B) | 199.84º | 0.98% | 0.51% | - |
| XYZ | 7.56 | 8.61 | 22.38 | - |
| YUV | 67.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 130 | 0.98 | 0.32 | 0 | 0.49 | 199.84 | 0.95 | 0.26 |
| Hex | 3 | 58 | 82 | 62 | 20 | 0 | 31 | C8 | 5F | 1A |
| Octal | 3 | 130 | 202 | 142 | 40 | 0 | 61 | 310 | 137 | 32 |
| Binary | 11 | 1011000 | 10000010 | 1100010 | 100000 | 0 | 110001 | 11001000 | 1011111 | 11010 |
Color Harmonies of #035882
Complementary color
Monochromatic Colors of #035882
Black with #035882
Text Example
Text Example
White with #035882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035882; }
p { color: rgb(3,88,130); }
H1.HeaderClassName
{
color: #035882;
}
.AnyTagClassName
{
color: #035882;
}
</style>
background-color css
<style>
a { background-color: #035882; }
a { background-color: rgb(3,88,130); }
div.DivClassName
{
background-color: #035882;
}
.BgClassName
{
background-color: #035882;
}
</style>
border-color css
<style>
span { border-color: #035882; }
span { border-color: rgb(3,88,130); }
td.TdClassName
{
border-color: #035882;
}
.TagClassName
{
border-color: #035882;
}
</style>