Shades of Dark Cerulean #035082
Tints of Dark Cerulean #035082
RGB
CMYK
RGB Variations
Color information
#035082 (or 0x035082) is known color: Dark Cerulean. HEX triplet: 03, 50 and 82. RGB value is (3,80,130). Sum of RGB (Red+Green+Blue) = 3+80+130=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #035082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035082 is #FCAF7D. Grayscale: #3E3E3E. Windows color (decimal): -16559998 or 8540163. OLE color: 8540163.
HSL color Cylindrical-coordinate representation of color #035082: hue angle of 203.62º 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 #035082 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 80 | 130 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.49 |
| HSL | 203.62º | 0.95% | 0.26% | - |
| HSV(B) | 203.62º | 0.98% | 0.51% | - |
| XYZ | 6.94 | 7.37 | 22.18 | - |
| YUV | 62.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 130 | 0.98 | 0.38 | 0 | 0.49 | 203.62 | 0.95 | 0.26 |
| Hex | 3 | 50 | 82 | 62 | 26 | 0 | 31 | CC | 5F | 1A |
| Octal | 3 | 120 | 202 | 142 | 46 | 0 | 61 | 314 | 137 | 32 |
| Binary | 11 | 1010000 | 10000010 | 1100010 | 100110 | 0 | 110001 | 11001100 | 1011111 | 11010 |
Color Harmonies of #035082
Complementary color
Monochromatic Colors of #035082
Black with #035082
Text Example
Text Example
White with #035082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035082; }
p { color: rgb(3,80,130); }
H1.HeaderClassName
{
color: #035082;
}
.AnyTagClassName
{
color: #035082;
}
</style>
background-color css
<style>
a { background-color: #035082; }
a { background-color: rgb(3,80,130); }
div.DivClassName
{
background-color: #035082;
}
.BgClassName
{
background-color: #035082;
}
</style>
border-color css
<style>
span { border-color: #035082; }
span { border-color: rgb(3,80,130); }
td.TdClassName
{
border-color: #035082;
}
.TagClassName
{
border-color: #035082;
}
</style>