Shades of Denim #2176DA
Tints of Denim #2176DA
RGB
CMYK
RGB Variations
Color information
#2176DA (or 0x2176DA) is known color: Denim. HEX triplet: 21, 76 and DA. RGB value is (33,118,218). Sum of RGB (Red+Green+Blue) = 33+118+218=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #2176DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2176DA is #DE8925. Grayscale: #676767. Windows color (decimal): -14584102 or 14317089. OLE color: 14317089.
HSL color Cylindrical-coordinate representation of color #2176DA: hue angle of 212.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2176DA is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 118 | 218 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.15 |
| HSL | 212.43º | 0.74% | 0.49% | - |
| HSV(B) | 212.43º | 0.85% | 0.85% | - |
| XYZ | 19.76 | 18.34 | 68.83 | - |
| YUV | 103.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 218 | 0.85 | 0.46 | 0 | 0.15 | 212.43 | 0.74 | 0.49 |
| Hex | 21 | 76 | DA | 55 | 2E | 0 | F | D4 | 4A | 31 |
| Octal | 41 | 166 | 332 | 125 | 56 | 0 | 17 | 324 | 112 | 61 |
| Binary | 100001 | 1110110 | 11011010 | 1010101 | 101110 | 0 | 1111 | 11010100 | 1001010 | 110001 |
Color Harmonies of #2176DA
Complementary color
Monochromatic Colors of #2176DA
Black with #2176DA
Text Example
Text Example
White with #2176DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2176DA; }
p { color: rgb(33,118,218); }
H1.HeaderClassName
{
color: #2176DA;
}
.AnyTagClassName
{
color: #2176DA;
}
</style>
background-color css
<style>
a { background-color: #2176DA; }
a { background-color: rgb(33,118,218); }
div.DivClassName
{
background-color: #2176DA;
}
.BgClassName
{
background-color: #2176DA;
}
</style>
border-color css
<style>
span { border-color: #2176DA; }
span { border-color: rgb(33,118,218); }
td.TdClassName
{
border-color: #2176DA;
}
.TagClassName
{
border-color: #2176DA;
}
</style>