Shades of Denim #2175CB
Tints of Denim #2175CB
RGB
CMYK
RGB Variations
Color information
#2175CB (or 0x2175CB) is known color: Denim. HEX triplet: 21, 75 and CB. RGB value is (33,117,203). Sum of RGB (Red+Green+Blue) = 33+117+203=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #2175CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175CB is #DE8A34. Grayscale: #656565. Windows color (decimal): -14584373 or 13333793. OLE color: 13333793.
HSL color Cylindrical-coordinate representation of color #2175CB: hue angle of 210.35º 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 #2175CB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 117 | 203 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.20 |
| HSL | 210.35º | 0.72% | 0.46% | - |
| HSV(B) | 210.35º | 0.84% | 0.8% | - |
| XYZ | 17.77 | 17.36 | 58.91 | - |
| YUV | 101.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 203 | 0.84 | 0.42 | 0 | 0.20 | 210.35 | 0.72 | 0.46 |
| Hex | 21 | 75 | CB | 54 | 2A | 0 | 14 | D2 | 48 | 2E |
| Octal | 41 | 165 | 313 | 124 | 52 | 0 | 24 | 322 | 110 | 56 |
| Binary | 100001 | 1110101 | 11001011 | 1010100 | 101010 | 0 | 10100 | 11010010 | 1001000 | 101110 |
Color Harmonies of #2175CB
Complementary color
Monochromatic Colors of #2175CB
Black with #2175CB
Text Example
Text Example
White with #2175CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175CB; }
p { color: rgb(33,117,203); }
H1.HeaderClassName
{
color: #2175CB;
}
.AnyTagClassName
{
color: #2175CB;
}
</style>
background-color css
<style>
a { background-color: #2175CB; }
a { background-color: rgb(33,117,203); }
div.DivClassName
{
background-color: #2175CB;
}
.BgClassName
{
background-color: #2175CB;
}
</style>
border-color css
<style>
span { border-color: #2175CB; }
span { border-color: rgb(33,117,203); }
td.TdClassName
{
border-color: #2175CB;
}
.TagClassName
{
border-color: #2175CB;
}
</style>