Shades of Denim #2061CF
Tints of Denim #2061CF
RGB
CMYK
RGB Variations
Color information
#2061CF (or 0x2061CF) is known color: Denim. HEX triplet: 20, 61 and CF. RGB value is (32,97,207). Sum of RGB (Red+Green+Blue) = 32+97+207=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #2061CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2061CF is #DF9E30. Grayscale: #595959. Windows color (decimal): -14655025 or 13590816. OLE color: 13590816.
HSL color Cylindrical-coordinate representation of color #2061CF: hue angle of 217.71º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2061CF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 97 | 207 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.19 |
| HSL | 217.71º | 0.73% | 0.47% | - |
| HSV(B) | 217.71º | 0.85% | 0.81% | - |
| XYZ | 16.13 | 13.36 | 60.76 | - |
| YUV | 90.11 | 193.97 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 207 | 0.85 | 0.53 | 0 | 0.19 | 217.71 | 0.73 | 0.47 |
| Hex | 20 | 61 | CF | 55 | 35 | 0 | 13 | DA | 49 | 2F |
| Octal | 40 | 141 | 317 | 125 | 65 | 0 | 23 | 332 | 111 | 57 |
| Binary | 100000 | 1100001 | 11001111 | 1010101 | 110101 | 0 | 10011 | 11011010 | 1001001 | 101111 |
Color Harmonies of #2061CF
Complementary color
Monochromatic Colors of #2061CF
Black with #2061CF
Text Example
Text Example
White with #2061CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2061CF; }
p { color: rgb(32,97,207); }
H1.HeaderClassName
{
color: #2061CF;
}
.AnyTagClassName
{
color: #2061CF;
}
</style>
background-color css
<style>
a { background-color: #2061CF; }
a { background-color: rgb(32,97,207); }
div.DivClassName
{
background-color: #2061CF;
}
.BgClassName
{
background-color: #2061CF;
}
</style>
border-color css
<style>
span { border-color: #2061CF; }
span { border-color: rgb(32,97,207); }
td.TdClassName
{
border-color: #2061CF;
}
.TagClassName
{
border-color: #2061CF;
}
</style>