Shades of Aztec #223632
Tints of Aztec #223632
RGB
CMYK
RGB Variations
Color information
#223632 (or 0x223632) is known color: Aztec. HEX triplet: 22, 36 and 32. RGB value is (34,54,50). Sum of RGB (Red+Green+Blue) = 34+54+50=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #223632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223632 is #DDC9CD. Grayscale: #2F2F2F. Windows color (decimal): -14535118 or 3290658. OLE color: 3290658.
HSL color Cylindrical-coordinate representation of color #223632: hue angle of 168º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #223632 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 54 | 50 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.79 |
| HSL | 168º | 0.23% | 0.17% | - |
| HSV(B) | 168º | 0.37% | 0.21% | - |
| XYZ | 2.55 | 3.21 | 3.5 | - |
| YUV | 47.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 50 | 0.37 | 0 | 0.07 | 0.79 | 168 | 0.23 | 0.17 |
| Hex | 22 | 36 | 32 | 25 | 0 | 7 | 4F | A8 | 17 | 11 |
| Octal | 42 | 66 | 62 | 45 | 0 | 7 | 117 | 250 | 27 | 21 |
| Binary | 100010 | 110110 | 110010 | 100101 | 0 | 111 | 1001111 | 10101000 | 10111 | 10001 |
Color Harmonies of #223632
Complementary color
Monochromatic Colors of #223632
Black with #223632
Text Example
Text Example
White with #223632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223632; }
p { color: rgb(34,54,50); }
H1.HeaderClassName
{
color: #223632;
}
.AnyTagClassName
{
color: #223632;
}
</style>
background-color css
<style>
a { background-color: #223632; }
a { background-color: rgb(34,54,50); }
div.DivClassName
{
background-color: #223632;
}
.BgClassName
{
background-color: #223632;
}
</style>
border-color css
<style>
span { border-color: #223632; }
span { border-color: rgb(34,54,50); }
td.TdClassName
{
border-color: #223632;
}
.TagClassName
{
border-color: #223632;
}
</style>