Shades of Denim #2175BD
Tints of Denim #2175BD
RGB
CMYK
RGB Variations
Color information
#2175BD (or 0x2175BD) is known color: Denim. HEX triplet: 21, 75 and BD. RGB value is (33,117,189). Sum of RGB (Red+Green+Blue) = 33+117+189=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #2175BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175BD is #DE8A42. Grayscale: #636363. Windows color (decimal): -14584387 or 12416289. OLE color: 12416289.
HSL color Cylindrical-coordinate representation of color #2175BD: hue angle of 207.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2175BD is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 117 | 189 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.26 |
| HSL | 207.69º | 0.7% | 0.44% | - |
| HSV(B) | 207.69º | 0.83% | 0.74% | - |
| XYZ | 16.17 | 16.72 | 50.52 | - |
| YUV | 100.09 | 178.17 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 189 | 0.83 | 0.38 | 0 | 0.26 | 207.69 | 0.7 | 0.44 |
| Hex | 21 | 75 | BD | 53 | 26 | 0 | 1A | D0 | 46 | 2C |
| Octal | 41 | 165 | 275 | 123 | 46 | 0 | 32 | 320 | 106 | 54 |
| Binary | 100001 | 1110101 | 10111101 | 1010011 | 100110 | 0 | 11010 | 11010000 | 1000110 | 101100 |
Color Harmonies of #2175BD
Complementary color
Monochromatic Colors of #2175BD
Black with #2175BD
Text Example
Text Example
White with #2175BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175BD; }
p { color: rgb(33,117,189); }
H1.HeaderClassName
{
color: #2175BD;
}
.AnyTagClassName
{
color: #2175BD;
}
</style>
background-color css
<style>
a { background-color: #2175BD; }
a { background-color: rgb(33,117,189); }
div.DivClassName
{
background-color: #2175BD;
}
.BgClassName
{
background-color: #2175BD;
}
</style>
border-color css
<style>
span { border-color: #2175BD; }
span { border-color: rgb(33,117,189); }
td.TdClassName
{
border-color: #2175BD;
}
.TagClassName
{
border-color: #2175BD;
}
</style>