Shades of Denim #2176BD
Tints of Denim #2176BD
RGB
CMYK
RGB Variations
Color information
#2176BD (or 0x2176BD) is known color: Denim. HEX triplet: 21, 76 and BD. RGB value is (33,118,189). Sum of RGB (Red+Green+Blue) = 33+118+189=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #2176BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2176BD is #DE8942. Grayscale: #646464. Windows color (decimal): -14584131 or 12416545. OLE color: 12416545.
HSL color Cylindrical-coordinate representation of color #2176BD: hue angle of 207.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2176BD is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 118 | 189 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.26 |
| HSL | 207.31º | 0.7% | 0.44% | - |
| HSV(B) | 207.31º | 0.83% | 0.74% | - |
| XYZ | 16.29 | 16.95 | 50.56 | - |
| YUV | 100.68 | 177.84 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 189 | 0.83 | 0.38 | 0 | 0.26 | 207.31 | 0.7 | 0.44 |
| Hex | 21 | 76 | BD | 53 | 26 | 0 | 1A | CF | 46 | 2C |
| Octal | 41 | 166 | 275 | 123 | 46 | 0 | 32 | 317 | 106 | 54 |
| Binary | 100001 | 1110110 | 10111101 | 1010011 | 100110 | 0 | 11010 | 11001111 | 1000110 | 101100 |
Color Harmonies of #2176BD
Complementary color
Monochromatic Colors of #2176BD
Black with #2176BD
Text Example
Text Example
White with #2176BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2176BD; }
p { color: rgb(33,118,189); }
H1.HeaderClassName
{
color: #2176BD;
}
.AnyTagClassName
{
color: #2176BD;
}
</style>
background-color css
<style>
a { background-color: #2176BD; }
a { background-color: rgb(33,118,189); }
div.DivClassName
{
background-color: #2176BD;
}
.BgClassName
{
background-color: #2176BD;
}
</style>
border-color css
<style>
span { border-color: #2176BD; }
span { border-color: rgb(33,118,189); }
td.TdClassName
{
border-color: #2176BD;
}
.TagClassName
{
border-color: #2176BD;
}
</style>