Shades of Denim #2061BC
Tints of Denim #2061BC
RGB
CMYK
RGB Variations
Color information
#2061BC (or 0x2061BC) is known color: Denim. HEX triplet: 20, 61 and BC. RGB value is (32,97,188). Sum of RGB (Red+Green+Blue) = 32+97+188=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #2061BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2061BC is #DF9E43. Grayscale: #575757. Windows color (decimal): -14655044 or 12345632. OLE color: 12345632.
HSL color Cylindrical-coordinate representation of color #2061BC: hue angle of 215º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2061BC is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 97 | 188 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.26 |
| HSL | 215º | 0.71% | 0.43% | - |
| HSV(B) | 215º | 0.83% | 0.74% | - |
| XYZ | 13.95 | 12.49 | 49.25 | - |
| YUV | 87.94 | 184.47 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 188 | 0.83 | 0.48 | 0 | 0.26 | 215 | 0.71 | 0.43 |
| Hex | 20 | 61 | BC | 53 | 30 | 0 | 1A | D7 | 47 | 2B |
| Octal | 40 | 141 | 274 | 123 | 60 | 0 | 32 | 327 | 107 | 53 |
| Binary | 100000 | 1100001 | 10111100 | 1010011 | 110000 | 0 | 11010 | 11010111 | 1000111 | 101011 |
Color Harmonies of #2061BC
Complementary color
Monochromatic Colors of #2061BC
Black with #2061BC
Text Example
Text Example
White with #2061BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2061BC; }
p { color: rgb(32,97,188); }
H1.HeaderClassName
{
color: #2061BC;
}
.AnyTagClassName
{
color: #2061BC;
}
</style>
background-color css
<style>
a { background-color: #2061BC; }
a { background-color: rgb(32,97,188); }
div.DivClassName
{
background-color: #2061BC;
}
.BgClassName
{
background-color: #2061BC;
}
</style>
border-color css
<style>
span { border-color: #2061BC; }
span { border-color: rgb(32,97,188); }
td.TdClassName
{
border-color: #2061BC;
}
.TagClassName
{
border-color: #2061BC;
}
</style>