Shades of Denim #2170BA
Tints of Denim #2170BA
RGB
CMYK
RGB Variations
Color information
#2170BA (or 0x2170BA) is known color: Denim. HEX triplet: 21, 70 and BA. RGB value is (33,112,186). Sum of RGB (Red+Green+Blue) = 33+112+186=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #2170BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170BA is #DE8F45. Grayscale: #606060. Windows color (decimal): -14585670 or 12218401. OLE color: 12218401.
HSL color Cylindrical-coordinate representation of color #2170BA: hue angle of 209.02º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2170BA is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 112 | 186 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.27 |
| HSL | 209.02º | 0.7% | 0.43% | - |
| HSV(B) | 209.02º | 0.82% | 0.73% | - |
| XYZ | 15.28 | 15.46 | 48.63 | - |
| YUV | 96.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 186 | 0.82 | 0.40 | 0 | 0.27 | 209.02 | 0.7 | 0.43 |
| Hex | 21 | 70 | BA | 52 | 28 | 0 | 1B | D1 | 46 | 2B |
| Octal | 41 | 160 | 272 | 122 | 50 | 0 | 33 | 321 | 106 | 53 |
| Binary | 100001 | 1110000 | 10111010 | 1010010 | 101000 | 0 | 11011 | 11010001 | 1000110 | 101011 |
Color Harmonies of #2170BA
Complementary color
Monochromatic Colors of #2170BA
Black with #2170BA
Text Example
Text Example
White with #2170BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170BA; }
p { color: rgb(33,112,186); }
H1.HeaderClassName
{
color: #2170BA;
}
.AnyTagClassName
{
color: #2170BA;
}
</style>
background-color css
<style>
a { background-color: #2170BA; }
a { background-color: rgb(33,112,186); }
div.DivClassName
{
background-color: #2170BA;
}
.BgClassName
{
background-color: #2170BA;
}
</style>
border-color css
<style>
span { border-color: #2170BA; }
span { border-color: rgb(33,112,186); }
td.TdClassName
{
border-color: #2170BA;
}
.TagClassName
{
border-color: #2170BA;
}
</style>