Shades of Aztec #213C36
Tints of Aztec #213C36
RGB
CMYK
RGB Variations
Color information
#213C36 (or 0x213C36) is known color: Aztec. HEX triplet: 21, 3C and 36. RGB value is (33,60,54). Sum of RGB (Red+Green+Blue) = 33+60+54=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #213C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C36 is #DEC3C9. Grayscale: #333333. Windows color (decimal): -14599114 or 3554337. OLE color: 3554337.
HSL color Cylindrical-coordinate representation of color #213C36: hue angle of 166.67º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C36 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 54 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.76 |
| HSL | 166.67º | 0.29% | 0.18% | - |
| HSV(B) | 166.67º | 0.45% | 0.24% | - |
| XYZ | 2.91 | 3.82 | 4.07 | - |
| YUV | 51.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 54 | 0.45 | 0 | 0.10 | 0.76 | 166.67 | 0.29 | 0.18 |
| Hex | 21 | 3C | 36 | 2D | 0 | A | 4C | A7 | 1D | 12 |
| Octal | 41 | 74 | 66 | 55 | 0 | 12 | 114 | 247 | 35 | 22 |
| Binary | 100001 | 111100 | 110110 | 101101 | 0 | 1010 | 1001100 | 10100111 | 11101 | 10010 |
Color Harmonies of #213C36
Complementary color
Monochromatic Colors of #213C36
Black with #213C36
Text Example
Text Example
White with #213C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C36; }
p { color: rgb(33,60,54); }
H1.HeaderClassName
{
color: #213C36;
}
.AnyTagClassName
{
color: #213C36;
}
</style>
background-color css
<style>
a { background-color: #213C36; }
a { background-color: rgb(33,60,54); }
div.DivClassName
{
background-color: #213C36;
}
.BgClassName
{
background-color: #213C36;
}
</style>
border-color css
<style>
span { border-color: #213C36; }
span { border-color: rgb(33,60,54); }
td.TdClassName
{
border-color: #213C36;
}
.TagClassName
{
border-color: #213C36;
}
</style>