Shades of Aztec #213B37
Tints of Aztec #213B37
RGB
CMYK
RGB Variations
Color information
#213B37 (or 0x213B37) is known color: Aztec. HEX triplet: 21, 3B and 37. RGB value is (33,59,55). Sum of RGB (Red+Green+Blue) = 33+59+55=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #213B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B37 is #DEC4C8. Grayscale: #323232. Windows color (decimal): -14599369 or 3619617. OLE color: 3619617.
HSL color Cylindrical-coordinate representation of color #213B37: hue angle of 170.77º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B37 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 55 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.77 |
| HSL | 170.77º | 0.28% | 0.18% | - |
| HSV(B) | 170.77º | 0.44% | 0.23% | - |
| XYZ | 2.88 | 3.73 | 4.18 | - |
| YUV | 50.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 55 | 0.44 | 0 | 0.07 | 0.77 | 170.77 | 0.28 | 0.18 |
| Hex | 21 | 3B | 37 | 2C | 0 | 7 | 4D | AB | 1C | 12 |
| Octal | 41 | 73 | 67 | 54 | 0 | 7 | 115 | 253 | 34 | 22 |
| Binary | 100001 | 111011 | 110111 | 101100 | 0 | 111 | 1001101 | 10101011 | 11100 | 10010 |
Color Harmonies of #213B37
Complementary color
Monochromatic Colors of #213B37
Black with #213B37
Text Example
Text Example
White with #213B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B37; }
p { color: rgb(33,59,55); }
H1.HeaderClassName
{
color: #213B37;
}
.AnyTagClassName
{
color: #213B37;
}
</style>
background-color css
<style>
a { background-color: #213B37; }
a { background-color: rgb(33,59,55); }
div.DivClassName
{
background-color: #213B37;
}
.BgClassName
{
background-color: #213B37;
}
</style>
border-color css
<style>
span { border-color: #213B37; }
span { border-color: rgb(33,59,55); }
td.TdClassName
{
border-color: #213B37;
}
.TagClassName
{
border-color: #213B37;
}
</style>