Shades of Denim #2064CD
Tints of Denim #2064CD
RGB
CMYK
RGB Variations
Color information
#2064CD (or 0x2064CD) is known color: Denim. HEX triplet: 20, 64 and CD. RGB value is (32,100,205). Sum of RGB (Red+Green+Blue) = 32+100+205=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #2064CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2064CD is #DF9B32. Grayscale: #5B5B5B. Windows color (decimal): -14654259 or 13460512. OLE color: 13460512.
HSL color Cylindrical-coordinate representation of color #2064CD: hue angle of 216.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2064CD is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 100 | 205 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.20 |
| HSL | 216.42º | 0.73% | 0.46% | - |
| HSV(B) | 216.42º | 0.84% | 0.8% | - |
| XYZ | 16.17 | 13.83 | 59.57 | - |
| YUV | 91.64 | 191.97 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 205 | 0.84 | 0.51 | 0 | 0.20 | 216.42 | 0.73 | 0.46 |
| Hex | 20 | 64 | CD | 54 | 33 | 0 | 14 | D8 | 49 | 2E |
| Octal | 40 | 144 | 315 | 124 | 63 | 0 | 24 | 330 | 111 | 56 |
| Binary | 100000 | 1100100 | 11001101 | 1010100 | 110011 | 0 | 10100 | 11011000 | 1001001 | 101110 |
Color Harmonies of #2064CD
Complementary color
Monochromatic Colors of #2064CD
Black with #2064CD
Text Example
Text Example
White with #2064CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2064CD; }
p { color: rgb(32,100,205); }
H1.HeaderClassName
{
color: #2064CD;
}
.AnyTagClassName
{
color: #2064CD;
}
</style>
background-color css
<style>
a { background-color: #2064CD; }
a { background-color: rgb(32,100,205); }
div.DivClassName
{
background-color: #2064CD;
}
.BgClassName
{
background-color: #2064CD;
}
</style>
border-color css
<style>
span { border-color: #2064CD; }
span { border-color: rgb(32,100,205); }
td.TdClassName
{
border-color: #2064CD;
}
.TagClassName
{
border-color: #2064CD;
}
</style>