Shades of Denim #2173BE
Tints of Denim #2173BE
RGB
CMYK
RGB Variations
Color information
#2173BE (or 0x2173BE) is known color: Denim. HEX triplet: 21, 73 and BE. RGB value is (33,115,190). Sum of RGB (Red+Green+Blue) = 33+115+190=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #2173BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2173BE is #DE8C41. Grayscale: #626262. Windows color (decimal): -14584898 or 12481313. OLE color: 12481313.
HSL color Cylindrical-coordinate representation of color #2173BE: hue angle of 208.66º 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 #2173BE is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 115 | 190 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.25 |
| HSL | 208.66º | 0.7% | 0.44% | - |
| HSV(B) | 208.66º | 0.83% | 0.75% | - |
| XYZ | 16.05 | 16.3 | 51.02 | - |
| YUV | 99.03 | 179.33 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 190 | 0.83 | 0.39 | 0 | 0.25 | 208.66 | 0.7 | 0.44 |
| Hex | 21 | 73 | BE | 53 | 27 | 0 | 19 | D1 | 46 | 2C |
| Octal | 41 | 163 | 276 | 123 | 47 | 0 | 31 | 321 | 106 | 54 |
| Binary | 100001 | 1110011 | 10111110 | 1010011 | 100111 | 0 | 11001 | 11010001 | 1000110 | 101100 |
Color Harmonies of #2173BE
Complementary color
Monochromatic Colors of #2173BE
Black with #2173BE
Text Example
Text Example
White with #2173BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2173BE; }
p { color: rgb(33,115,190); }
H1.HeaderClassName
{
color: #2173BE;
}
.AnyTagClassName
{
color: #2173BE;
}
</style>
background-color css
<style>
a { background-color: #2173BE; }
a { background-color: rgb(33,115,190); }
div.DivClassName
{
background-color: #2173BE;
}
.BgClassName
{
background-color: #2173BE;
}
</style>
border-color css
<style>
span { border-color: #2173BE; }
span { border-color: rgb(33,115,190); }
td.TdClassName
{
border-color: #2173BE;
}
.TagClassName
{
border-color: #2173BE;
}
</style>