Shades of Denim #2177CC
Tints of Denim #2177CC
RGB
CMYK
RGB Variations
Color information
#2177CC (or 0x2177CC) is known color: Denim. HEX triplet: 21, 77 and CC. RGB value is (33,119,204). Sum of RGB (Red+Green+Blue) = 33+119+204=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #2177CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177CC is #DE8833. Grayscale: #666666. Windows color (decimal): -14583860 or 13399841. OLE color: 13399841.
HSL color Cylindrical-coordinate representation of color #2177CC: hue angle of 209.82º degrees, saturation: 0.72, 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 #2177CC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 119 | 204 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.2 |
| HSL | 209.82º | 0.72% | 0.46% | - |
| HSV(B) | 209.82º | 0.84% | 0.8% | - |
| XYZ | 18.12 | 17.88 | 59.62 | - |
| YUV | 102.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 204 | 0.84 | 0.42 | 0 | 0.2 | 209.82 | 0.72 | 0.46 |
| Hex | 21 | 77 | CC | 54 | 2A | 0 | 14 | D2 | 48 | 2E |
| Octal | 41 | 167 | 314 | 124 | 52 | 0 | 24 | 322 | 110 | 56 |
| Binary | 100001 | 1110111 | 11001100 | 1010100 | 101010 | 0 | 10100 | 11010010 | 1001000 | 101110 |
Color Harmonies of #2177CC
Complementary color
Monochromatic Colors of #2177CC
Black with #2177CC
Text Example
Text Example
White with #2177CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2177CC; }
p { color: rgb(33,119,204); }
H1.HeaderClassName
{
color: #2177CC;
}
.AnyTagClassName
{
color: #2177CC;
}
</style>
background-color css
<style>
a { background-color: #2177CC; }
a { background-color: rgb(33,119,204); }
div.DivClassName
{
background-color: #2177CC;
}
.BgClassName
{
background-color: #2177CC;
}
</style>
border-color css
<style>
span { border-color: #2177CC; }
span { border-color: rgb(33,119,204); }
td.TdClassName
{
border-color: #2177CC;
}
.TagClassName
{
border-color: #2177CC;
}
</style>