Shades of Aztec #223533
Tints of Aztec #223533
RGB
CMYK
RGB Variations
Color information
#223533 (or 0x223533) is known color: Aztec. HEX triplet: 22, 35 and 33. RGB value is (34,53,51). Sum of RGB (Red+Green+Blue) = 34+53+51=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #223533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223533 is #DDCACC. Grayscale: #2F2F2F. Windows color (decimal): -14535373 or 3355938. OLE color: 3355938.
HSL color Cylindrical-coordinate representation of color #223533: hue angle of 173.68º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #223533 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 53 | 51 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.79 |
| HSL | 173.68º | 0.22% | 0.17% | - |
| HSV(B) | 173.68º | 0.36% | 0.21% | - |
| XYZ | 2.53 | 3.13 | 3.6 | - |
| YUV | 47.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 51 | 0.36 | 0 | 0.04 | 0.79 | 173.68 | 0.22 | 0.17 |
| Hex | 22 | 35 | 33 | 24 | 0 | 4 | 4F | AE | 16 | 11 |
| Octal | 42 | 65 | 63 | 44 | 0 | 4 | 117 | 256 | 26 | 21 |
| Binary | 100010 | 110101 | 110011 | 100100 | 0 | 100 | 1001111 | 10101110 | 10110 | 10001 |
Color Harmonies of #223533
Complementary color
Monochromatic Colors of #223533
Black with #223533
Text Example
Text Example
White with #223533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223533; }
p { color: rgb(34,53,51); }
H1.HeaderClassName
{
color: #223533;
}
.AnyTagClassName
{
color: #223533;
}
</style>
background-color css
<style>
a { background-color: #223533; }
a { background-color: rgb(34,53,51); }
div.DivClassName
{
background-color: #223533;
}
.BgClassName
{
background-color: #223533;
}
</style>
border-color css
<style>
span { border-color: #223533; }
span { border-color: rgb(34,53,51); }
td.TdClassName
{
border-color: #223533;
}
.TagClassName
{
border-color: #223533;
}
</style>