Shades of Denim #2176DB
Tints of Denim #2176DB
RGB
CMYK
RGB Variations
Color information
#2176DB (or 0x2176DB) is known color: Denim. HEX triplet: 21, 76 and DB. RGB value is (33,118,219). Sum of RGB (Red+Green+Blue) = 33+118+219=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #2176DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2176DB is #DE8924. Grayscale: #676767. Windows color (decimal): -14584101 or 14382625. OLE color: 14382625.
HSL color Cylindrical-coordinate representation of color #2176DB: hue angle of 212.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2176DB is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 118 | 219 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.14 |
| HSL | 212.58º | 0.74% | 0.49% | - |
| HSV(B) | 212.58º | 0.85% | 0.86% | - |
| XYZ | 19.89 | 18.39 | 69.52 | - |
| YUV | 104.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 219 | 0.85 | 0.46 | 0 | 0.14 | 212.58 | 0.74 | 0.49 |
| Hex | 21 | 76 | DB | 55 | 2E | 0 | E | D5 | 4A | 31 |
| Octal | 41 | 166 | 333 | 125 | 56 | 0 | 16 | 325 | 112 | 61 |
| Binary | 100001 | 1110110 | 11011011 | 1010101 | 101110 | 0 | 1110 | 11010101 | 1001010 | 110001 |
Color Harmonies of #2176DB
Complementary color
Monochromatic Colors of #2176DB
Black with #2176DB
Text Example
Text Example
White with #2176DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2176DB; }
p { color: rgb(33,118,219); }
H1.HeaderClassName
{
color: #2176DB;
}
.AnyTagClassName
{
color: #2176DB;
}
</style>
background-color css
<style>
a { background-color: #2176DB; }
a { background-color: rgb(33,118,219); }
div.DivClassName
{
background-color: #2176DB;
}
.BgClassName
{
background-color: #2176DB;
}
</style>
border-color css
<style>
span { border-color: #2176DB; }
span { border-color: rgb(33,118,219); }
td.TdClassName
{
border-color: #2176DB;
}
.TagClassName
{
border-color: #2176DB;
}
</style>