Shades of Denim #2077C2
Tints of Denim #2077C2
RGB
CMYK
RGB Variations
Color information
#2077C2 (or 0x2077C2) is known color: Denim. HEX triplet: 20, 77 and C2. RGB value is (32,119,194). Sum of RGB (Red+Green+Blue) = 32+119+194=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 194 (76.17% from 255 or 56.23% from 345); Max value from RGB is 194 - color contains mainly: blue. Hex color #2077C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2077C2 is #DF883D. Grayscale: #656565. Windows color (decimal): -14649406 or 12744480. OLE color: 12744480.
HSL color Cylindrical-coordinate representation of color #2077C2: hue angle of 207.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2077C2 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 119 | 194 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.24 |
| HSL | 207.78º | 0.72% | 0.44% | - |
| HSV(B) | 207.78º | 0.84% | 0.76% | - |
| XYZ | 16.93 | 17.4 | 53.5 | - |
| YUV | 101.54 | 180.18 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 194 | 0.84 | 0.39 | 0 | 0.24 | 207.78 | 0.72 | 0.44 |
| Hex | 20 | 77 | C2 | 54 | 27 | 0 | 18 | D0 | 48 | 2C |
| Octal | 40 | 167 | 302 | 124 | 47 | 0 | 30 | 320 | 110 | 54 |
| Binary | 100000 | 1110111 | 11000010 | 1010100 | 100111 | 0 | 11000 | 11010000 | 1001000 | 101100 |
Color Harmonies of #2077C2
Complementary color
Monochromatic Colors of #2077C2
Black with #2077C2
Text Example
Text Example
White with #2077C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077C2; }
p { color: rgb(32,119,194); }
H1.HeaderClassName
{
color: #2077C2;
}
.AnyTagClassName
{
color: #2077C2;
}
</style>
background-color css
<style>
a { background-color: #2077C2; }
a { background-color: rgb(32,119,194); }
div.DivClassName
{
background-color: #2077C2;
}
.BgClassName
{
background-color: #2077C2;
}
</style>
border-color css
<style>
span { border-color: #2077C2; }
span { border-color: rgb(32,119,194); }
td.TdClassName
{
border-color: #2077C2;
}
.TagClassName
{
border-color: #2077C2;
}
</style>