Shades of Denim #2177BE
Tints of Denim #2177BE
RGB
CMYK
RGB Variations
Color information
#2177BE (or 0x2177BE) is known color: Denim. HEX triplet: 21, 77 and BE. RGB value is (33,119,190). Sum of RGB (Red+Green+Blue) = 33+119+190=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #2177BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177BE is #DE8841. Grayscale: #656565. Windows color (decimal): -14583874 or 12482337. OLE color: 12482337.
HSL color Cylindrical-coordinate representation of color #2177BE: hue angle of 207.13º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2177BE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 119 | 190 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.25 |
| HSL | 207.13º | 0.7% | 0.44% | - |
| HSV(B) | 207.13º | 0.83% | 0.75% | - |
| XYZ | 16.52 | 17.23 | 51.17 | - |
| YUV | 101.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 190 | 0.83 | 0.37 | 0 | 0.25 | 207.13 | 0.7 | 0.44 |
| Hex | 21 | 77 | BE | 53 | 25 | 0 | 19 | CF | 46 | 2C |
| Octal | 41 | 167 | 276 | 123 | 45 | 0 | 31 | 317 | 106 | 54 |
| Binary | 100001 | 1110111 | 10111110 | 1010011 | 100101 | 0 | 11001 | 11001111 | 1000110 | 101100 |
Color Harmonies of #2177BE
Complementary color
Monochromatic Colors of #2177BE
Black with #2177BE
Text Example
Text Example
White with #2177BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2177BE; }
p { color: rgb(33,119,190); }
H1.HeaderClassName
{
color: #2177BE;
}
.AnyTagClassName
{
color: #2177BE;
}
</style>
background-color css
<style>
a { background-color: #2177BE; }
a { background-color: rgb(33,119,190); }
div.DivClassName
{
background-color: #2177BE;
}
.BgClassName
{
background-color: #2177BE;
}
</style>
border-color css
<style>
span { border-color: #2177BE; }
span { border-color: rgb(33,119,190); }
td.TdClassName
{
border-color: #2177BE;
}
.TagClassName
{
border-color: #2177BE;
}
</style>