Shades of Aztec #213B35
Tints of Aztec #213B35
RGB
CMYK
RGB Variations
Color information
#213B35 (or 0x213B35) is known color: Aztec. HEX triplet: 21, 3B and 35. RGB value is (33,59,53). Sum of RGB (Red+Green+Blue) = 33+59+53=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #213B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B35 is #DEC4CA. Grayscale: #323232. Windows color (decimal): -14599371 or 3488545. OLE color: 3488545.
HSL color Cylindrical-coordinate representation of color #213B35: hue angle of 166.15º 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 #213B35 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 53 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.77 |
| HSL | 166.15º | 0.28% | 0.18% | - |
| HSV(B) | 166.15º | 0.44% | 0.23% | - |
| XYZ | 2.83 | 3.71 | 3.93 | - |
| YUV | 50.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 53 | 0.44 | 0 | 0.10 | 0.77 | 166.15 | 0.28 | 0.18 |
| Hex | 21 | 3B | 35 | 2C | 0 | A | 4D | A6 | 1C | 12 |
| Octal | 41 | 73 | 65 | 54 | 0 | 12 | 115 | 246 | 34 | 22 |
| Binary | 100001 | 111011 | 110101 | 101100 | 0 | 1010 | 1001101 | 10100110 | 11100 | 10010 |
Color Harmonies of #213B35
Complementary color
Monochromatic Colors of #213B35
Black with #213B35
Text Example
Text Example
White with #213B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B35; }
p { color: rgb(33,59,53); }
H1.HeaderClassName
{
color: #213B35;
}
.AnyTagClassName
{
color: #213B35;
}
</style>
background-color css
<style>
a { background-color: #213B35; }
a { background-color: rgb(33,59,53); }
div.DivClassName
{
background-color: #213B35;
}
.BgClassName
{
background-color: #213B35;
}
</style>
border-color css
<style>
span { border-color: #213B35; }
span { border-color: rgb(33,59,53); }
td.TdClassName
{
border-color: #213B35;
}
.TagClassName
{
border-color: #213B35;
}
</style>