Shades of Denim #2175DB
Tints of Denim #2175DB
RGB
CMYK
RGB Variations
Color information
#2175DB (or 0x2175DB) is known color: Denim. HEX triplet: 21, 75 and DB. RGB value is (33,117,219). Sum of RGB (Red+Green+Blue) = 33+117+219=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #2175DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175DB is #DE8A24. Grayscale: #676767. Windows color (decimal): -14584357 or 14382369. OLE color: 14382369.
HSL color Cylindrical-coordinate representation of color #2175DB: hue angle of 212.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2175DB is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 117 | 219 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.14 |
| HSL | 212.9º | 0.74% | 0.49% | - |
| HSV(B) | 212.9º | 0.85% | 0.86% | - |
| XYZ | 19.77 | 18.16 | 69.48 | - |
| YUV | 103.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 219 | 0.85 | 0.47 | 0 | 0.14 | 212.9 | 0.74 | 0.49 |
| Hex | 21 | 75 | DB | 55 | 2F | 0 | E | D5 | 4A | 31 |
| Octal | 41 | 165 | 333 | 125 | 57 | 0 | 16 | 325 | 112 | 61 |
| Binary | 100001 | 1110101 | 11011011 | 1010101 | 101111 | 0 | 1110 | 11010101 | 1001010 | 110001 |
Color Harmonies of #2175DB
Complementary color
Monochromatic Colors of #2175DB
Black with #2175DB
Text Example
Text Example
White with #2175DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175DB; }
p { color: rgb(33,117,219); }
H1.HeaderClassName
{
color: #2175DB;
}
.AnyTagClassName
{
color: #2175DB;
}
</style>
background-color css
<style>
a { background-color: #2175DB; }
a { background-color: rgb(33,117,219); }
div.DivClassName
{
background-color: #2175DB;
}
.BgClassName
{
background-color: #2175DB;
}
</style>
border-color css
<style>
span { border-color: #2175DB; }
span { border-color: rgb(33,117,219); }
td.TdClassName
{
border-color: #2175DB;
}
.TagClassName
{
border-color: #2175DB;
}
</style>