Shades of Denim #2175D0
Tints of Denim #2175D0
RGB
CMYK
RGB Variations
Color information
#2175D0 (or 0x2175D0) is known color: Denim. HEX triplet: 21, 75 and D0. RGB value is (33,117,208). Sum of RGB (Red+Green+Blue) = 33+117+208=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #2175D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175D0 is #DE8A2F. Grayscale: #656565. Windows color (decimal): -14584368 or 13661473. OLE color: 13661473.
HSL color Cylindrical-coordinate representation of color #2175D0: hue angle of 211.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2175D0 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 117 | 208 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.18 |
| HSL | 211.2º | 0.73% | 0.47% | - |
| HSV(B) | 211.2º | 0.84% | 0.82% | - |
| XYZ | 18.37 | 17.6 | 62.1 | - |
| YUV | 102.26 | 187.67 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 208 | 0.84 | 0.44 | 0 | 0.18 | 211.2 | 0.73 | 0.47 |
| Hex | 21 | 75 | D0 | 54 | 2C | 0 | 12 | D3 | 49 | 2F |
| Octal | 41 | 165 | 320 | 124 | 54 | 0 | 22 | 323 | 111 | 57 |
| Binary | 100001 | 1110101 | 11010000 | 1010100 | 101100 | 0 | 10010 | 11010011 | 1001001 | 101111 |
Color Harmonies of #2175D0
Complementary color
Monochromatic Colors of #2175D0
Black with #2175D0
Text Example
Text Example
White with #2175D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175D0; }
p { color: rgb(33,117,208); }
H1.HeaderClassName
{
color: #2175D0;
}
.AnyTagClassName
{
color: #2175D0;
}
</style>
background-color css
<style>
a { background-color: #2175D0; }
a { background-color: rgb(33,117,208); }
div.DivClassName
{
background-color: #2175D0;
}
.BgClassName
{
background-color: #2175D0;
}
</style>
border-color css
<style>
span { border-color: #2175D0; }
span { border-color: rgb(33,117,208); }
td.TdClassName
{
border-color: #2175D0;
}
.TagClassName
{
border-color: #2175D0;
}
</style>