Shades of Denim #2173CC
Tints of Denim #2173CC
RGB
CMYK
RGB Variations
Color information
#2173CC (or 0x2173CC) is known color: Denim. HEX triplet: 21, 73 and CC. RGB value is (33,115,204). Sum of RGB (Red+Green+Blue) = 33+115+204=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #2173CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2173CC is #DE8C33. Grayscale: #646464. Windows color (decimal): -14584884 or 13398817. OLE color: 13398817.
HSL color Cylindrical-coordinate representation of color #2173CC: hue angle of 211.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2173CC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 115 | 204 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.2 |
| HSL | 211.23º | 0.72% | 0.46% | - |
| HSV(B) | 211.23º | 0.84% | 0.8% | - |
| XYZ | 17.66 | 16.94 | 59.47 | - |
| YUV | 100.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 204 | 0.84 | 0.44 | 0 | 0.2 | 211.23 | 0.72 | 0.46 |
| Hex | 21 | 73 | CC | 54 | 2C | 0 | 14 | D3 | 48 | 2E |
| Octal | 41 | 163 | 314 | 124 | 54 | 0 | 24 | 323 | 110 | 56 |
| Binary | 100001 | 1110011 | 11001100 | 1010100 | 101100 | 0 | 10100 | 11010011 | 1001000 | 101110 |
Color Harmonies of #2173CC
Complementary color
Monochromatic Colors of #2173CC
Black with #2173CC
Text Example
Text Example
White with #2173CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2173CC; }
p { color: rgb(33,115,204); }
H1.HeaderClassName
{
color: #2173CC;
}
.AnyTagClassName
{
color: #2173CC;
}
</style>
background-color css
<style>
a { background-color: #2173CC; }
a { background-color: rgb(33,115,204); }
div.DivClassName
{
background-color: #2173CC;
}
.BgClassName
{
background-color: #2173CC;
}
</style>
border-color css
<style>
span { border-color: #2173CC; }
span { border-color: rgb(33,115,204); }
td.TdClassName
{
border-color: #2173CC;
}
.TagClassName
{
border-color: #2173CC;
}
</style>