Shades of Aztec #213A38
Tints of Aztec #213A38
RGB
CMYK
RGB Variations
Color information
#213A38 (or 0x213A38) is known color: Aztec. HEX triplet: 21, 3A and 38. RGB value is (33,58,56). Sum of RGB (Red+Green+Blue) = 33+58+56=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #213A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A38 is #DEC5C7. Grayscale: #323232. Windows color (decimal): -14599624 or 3684897. OLE color: 3684897.
HSL color Cylindrical-coordinate representation of color #213A38: hue angle of 175.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A38 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 58 | 56 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.77 |
| HSL | 175.2º | 0.27% | 0.18% | - |
| HSV(B) | 175.2º | 0.43% | 0.23% | - |
| XYZ | 2.85 | 3.63 | 4.29 | - |
| YUV | 50.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 56 | 0.43 | 0 | 0.03 | 0.77 | 175.2 | 0.27 | 0.18 |
| Hex | 21 | 3A | 38 | 2B | 0 | 3 | 4D | AF | 1B | 12 |
| Octal | 41 | 72 | 70 | 53 | 0 | 3 | 115 | 257 | 33 | 22 |
| Binary | 100001 | 111010 | 111000 | 101011 | 0 | 11 | 1001101 | 10101111 | 11011 | 10010 |
Color Harmonies of #213A38
Complementary color
Monochromatic Colors of #213A38
Black with #213A38
Text Example
Text Example
White with #213A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A38; }
p { color: rgb(33,58,56); }
H1.HeaderClassName
{
color: #213A38;
}
.AnyTagClassName
{
color: #213A38;
}
</style>
background-color css
<style>
a { background-color: #213A38; }
a { background-color: rgb(33,58,56); }
div.DivClassName
{
background-color: #213A38;
}
.BgClassName
{
background-color: #213A38;
}
</style>
border-color css
<style>
span { border-color: #213A38; }
span { border-color: rgb(33,58,56); }
td.TdClassName
{
border-color: #213A38;
}
.TagClassName
{
border-color: #213A38;
}
</style>