Shades of Denim #2061CE
Tints of Denim #2061CE
RGB
CMYK
RGB Variations
Color information
#2061CE (or 0x2061CE) is known color: Denim. HEX triplet: 20, 61 and CE. RGB value is (32,97,206). Sum of RGB (Red+Green+Blue) = 32+97+206=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #2061CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2061CE is #DF9E31. Grayscale: #595959. Windows color (decimal): -14655026 or 13525280. OLE color: 13525280.
HSL color Cylindrical-coordinate representation of color #2061CE: hue angle of 217.59º 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 #2061CE is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 97 | 206 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.19 |
| HSL | 217.59º | 0.73% | 0.47% | - |
| HSV(B) | 217.59º | 0.84% | 0.81% | - |
| XYZ | 16.01 | 13.31 | 60.12 | - |
| YUV | 89.99 | 193.47 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 206 | 0.84 | 0.53 | 0 | 0.19 | 217.59 | 0.73 | 0.47 |
| Hex | 20 | 61 | CE | 54 | 35 | 0 | 13 | DA | 49 | 2F |
| Octal | 40 | 141 | 316 | 124 | 65 | 0 | 23 | 332 | 111 | 57 |
| Binary | 100000 | 1100001 | 11001110 | 1010100 | 110101 | 0 | 10011 | 11011010 | 1001001 | 101111 |
Color Harmonies of #2061CE
Complementary color
Monochromatic Colors of #2061CE
Black with #2061CE
Text Example
Text Example
White with #2061CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2061CE; }
p { color: rgb(32,97,206); }
H1.HeaderClassName
{
color: #2061CE;
}
.AnyTagClassName
{
color: #2061CE;
}
</style>
background-color css
<style>
a { background-color: #2061CE; }
a { background-color: rgb(32,97,206); }
div.DivClassName
{
background-color: #2061CE;
}
.BgClassName
{
background-color: #2061CE;
}
</style>
border-color css
<style>
span { border-color: #2061CE; }
span { border-color: rgb(32,97,206); }
td.TdClassName
{
border-color: #2061CE;
}
.TagClassName
{
border-color: #2061CE;
}
</style>