Shades of Aztec #223A36
Tints of Aztec #223A36
RGB
CMYK
RGB Variations
Color information
#223A36 (or 0x223A36) is known color: Aztec. HEX triplet: 22, 3A and 36. RGB value is (34,58,54). Sum of RGB (Red+Green+Blue) = 34+58+54=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #223A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A36 is #DDC5C9. Grayscale: #323232. Windows color (decimal): -14534090 or 3553826. OLE color: 3553826.
HSL color Cylindrical-coordinate representation of color #223A36: hue angle of 170º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #223A36 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 54 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.77 |
| HSL | 170º | 0.26% | 0.18% | - |
| HSV(B) | 170º | 0.41% | 0.23% | - |
| XYZ | 2.84 | 3.63 | 4.04 | - |
| YUV | 50.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 54 | 0.41 | 0 | 0.07 | 0.77 | 170 | 0.26 | 0.18 |
| Hex | 22 | 3A | 36 | 29 | 0 | 7 | 4D | AA | 1A | 12 |
| Octal | 42 | 72 | 66 | 51 | 0 | 7 | 115 | 252 | 32 | 22 |
| Binary | 100010 | 111010 | 110110 | 101001 | 0 | 111 | 1001101 | 10101010 | 11010 | 10010 |
Color Harmonies of #223A36
Complementary color
Monochromatic Colors of #223A36
Black with #223A36
Text Example
Text Example
White with #223A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A36; }
p { color: rgb(34,58,54); }
H1.HeaderClassName
{
color: #223A36;
}
.AnyTagClassName
{
color: #223A36;
}
</style>
background-color css
<style>
a { background-color: #223A36; }
a { background-color: rgb(34,58,54); }
div.DivClassName
{
background-color: #223A36;
}
.BgClassName
{
background-color: #223A36;
}
</style>
border-color css
<style>
span { border-color: #223A36; }
span { border-color: rgb(34,58,54); }
td.TdClassName
{
border-color: #223A36;
}
.TagClassName
{
border-color: #223A36;
}
</style>