Shades of Denim #2076CC
Tints of Denim #2076CC
RGB
CMYK
RGB Variations
Color information
#2076CC (or 0x2076CC) is known color: Denim. HEX triplet: 20, 76 and CC. RGB value is (32,118,204). Sum of RGB (Red+Green+Blue) = 32+118+204=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #2076CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076CC is #DF8933. Grayscale: #656565. Windows color (decimal): -14649652 or 13399584. OLE color: 13399584.
HSL color Cylindrical-coordinate representation of color #2076CC: hue angle of 210º 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 #2076CC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 118 | 204 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.2 |
| HSL | 210º | 0.73% | 0.46% | - |
| HSV(B) | 210º | 0.84% | 0.8% | - |
| XYZ | 17.97 | 17.62 | 59.58 | - |
| YUV | 102.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 204 | 0.84 | 0.42 | 0 | 0.2 | 210 | 0.73 | 0.46 |
| Hex | 20 | 76 | CC | 54 | 2A | 0 | 14 | D2 | 49 | 2E |
| Octal | 40 | 166 | 314 | 124 | 52 | 0 | 24 | 322 | 111 | 56 |
| Binary | 100000 | 1110110 | 11001100 | 1010100 | 101010 | 0 | 10100 | 11010010 | 1001001 | 101110 |
Color Harmonies of #2076CC
Complementary color
Monochromatic Colors of #2076CC
Black with #2076CC
Text Example
Text Example
White with #2076CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2076CC; }
p { color: rgb(32,118,204); }
H1.HeaderClassName
{
color: #2076CC;
}
.AnyTagClassName
{
color: #2076CC;
}
</style>
background-color css
<style>
a { background-color: #2076CC; }
a { background-color: rgb(32,118,204); }
div.DivClassName
{
background-color: #2076CC;
}
.BgClassName
{
background-color: #2076CC;
}
</style>
border-color css
<style>
span { border-color: #2076CC; }
span { border-color: rgb(32,118,204); }
td.TdClassName
{
border-color: #2076CC;
}
.TagClassName
{
border-color: #2076CC;
}
</style>