Shades of Denim #2062CE
Tints of Denim #2062CE
RGB
CMYK
RGB Variations
Color information
#2062CE (or 0x2062CE) is known color: Denim. HEX triplet: 20, 62 and CE. RGB value is (32,98,206). Sum of RGB (Red+Green+Blue) = 32+98+206=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #2062CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2062CE is #DF9D31. Grayscale: #5A5A5A. Windows color (decimal): -14654770 or 13525536. OLE color: 13525536.
HSL color Cylindrical-coordinate representation of color #2062CE: hue angle of 217.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2062CE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 98 | 206 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.19 |
| HSL | 217.24º | 0.73% | 0.47% | - |
| HSV(B) | 217.24º | 0.84% | 0.81% | - |
| XYZ | 16.1 | 13.5 | 60.15 | - |
| YUV | 90.58 | 193.13 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 206 | 0.84 | 0.52 | 0 | 0.19 | 217.24 | 0.73 | 0.47 |
| Hex | 20 | 62 | CE | 54 | 34 | 0 | 13 | D9 | 49 | 2F |
| Octal | 40 | 142 | 316 | 124 | 64 | 0 | 23 | 331 | 111 | 57 |
| Binary | 100000 | 1100010 | 11001110 | 1010100 | 110100 | 0 | 10011 | 11011001 | 1001001 | 101111 |
Color Harmonies of #2062CE
Complementary color
Monochromatic Colors of #2062CE
Black with #2062CE
Text Example
Text Example
White with #2062CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2062CE; }
p { color: rgb(32,98,206); }
H1.HeaderClassName
{
color: #2062CE;
}
.AnyTagClassName
{
color: #2062CE;
}
</style>
background-color css
<style>
a { background-color: #2062CE; }
a { background-color: rgb(32,98,206); }
div.DivClassName
{
background-color: #2062CE;
}
.BgClassName
{
background-color: #2062CE;
}
</style>
border-color css
<style>
span { border-color: #2062CE; }
span { border-color: rgb(32,98,206); }
td.TdClassName
{
border-color: #2062CE;
}
.TagClassName
{
border-color: #2062CE;
}
</style>