Shades of Denim #2157AA
Tints of Denim #2157AA
RGB
CMYK
RGB Variations
Color information
#2157AA (or 0x2157AA) is known color: Denim. HEX triplet: 21, 57 and AA. RGB value is (33,87,170). Sum of RGB (Red+Green+Blue) = 33+87+170=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #2157AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157AA is #DEA855. Grayscale: #4F4F4F. Windows color (decimal): -14592086 or 11163425. OLE color: 11163425.
HSL color Cylindrical-coordinate representation of color #2157AA: hue angle of 216.35º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2157AA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 87 | 170 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.33 |
| HSL | 216.35º | 0.67% | 0.4% | - |
| HSV(B) | 216.35º | 0.81% | 0.67% | - |
| XYZ | 11.29 | 10.04 | 39.37 | - |
| YUV | 80.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 170 | 0.81 | 0.49 | 0 | 0.33 | 216.35 | 0.67 | 0.4 |
| Hex | 21 | 57 | AA | 51 | 31 | 0 | 21 | D8 | 43 | 28 |
| Octal | 41 | 127 | 252 | 121 | 61 | 0 | 41 | 330 | 103 | 50 |
| Binary | 100001 | 1010111 | 10101010 | 1010001 | 110001 | 0 | 100001 | 11011000 | 1000011 | 101000 |
Color Harmonies of #2157AA
Complementary color
Monochromatic Colors of #2157AA
Black with #2157AA
Text Example
Text Example
White with #2157AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2157AA; }
p { color: rgb(33,87,170); }
H1.HeaderClassName
{
color: #2157AA;
}
.AnyTagClassName
{
color: #2157AA;
}
</style>
background-color css
<style>
a { background-color: #2157AA; }
a { background-color: rgb(33,87,170); }
div.DivClassName
{
background-color: #2157AA;
}
.BgClassName
{
background-color: #2157AA;
}
</style>
border-color css
<style>
span { border-color: #2157AA; }
span { border-color: rgb(33,87,170); }
td.TdClassName
{
border-color: #2157AA;
}
.TagClassName
{
border-color: #2157AA;
}
</style>