Shades of Aztec #223732
Tints of Aztec #223732
RGB
CMYK
RGB Variations
Color information
#223732 (or 0x223732) is known color: Aztec. HEX triplet: 22, 37 and 32. RGB value is (34,55,50). Sum of RGB (Red+Green+Blue) = 34+55+50=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #223732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223732 is #DDC8CD. Grayscale: #303030. Windows color (decimal): -14534862 or 3290914. OLE color: 3290914.
HSL color Cylindrical-coordinate representation of color #223732: hue angle of 165.71º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #223732 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 55 | 50 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.78 |
| HSL | 165.71º | 0.24% | 0.17% | - |
| HSV(B) | 165.71º | 0.38% | 0.22% | - |
| XYZ | 2.6 | 3.3 | 3.52 | - |
| YUV | 48.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 50 | 0.38 | 0 | 0.09 | 0.78 | 165.71 | 0.24 | 0.17 |
| Hex | 22 | 37 | 32 | 26 | 0 | 9 | 4E | A6 | 18 | 11 |
| Octal | 42 | 67 | 62 | 46 | 0 | 11 | 116 | 246 | 30 | 21 |
| Binary | 100010 | 110111 | 110010 | 100110 | 0 | 1001 | 1001110 | 10100110 | 11000 | 10001 |
Color Harmonies of #223732
Complementary color
Monochromatic Colors of #223732
Black with #223732
Text Example
Text Example
White with #223732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223732; }
p { color: rgb(34,55,50); }
H1.HeaderClassName
{
color: #223732;
}
.AnyTagClassName
{
color: #223732;
}
</style>
background-color css
<style>
a { background-color: #223732; }
a { background-color: rgb(34,55,50); }
div.DivClassName
{
background-color: #223732;
}
.BgClassName
{
background-color: #223732;
}
</style>
border-color css
<style>
span { border-color: #223732; }
span { border-color: rgb(34,55,50); }
td.TdClassName
{
border-color: #223732;
}
.TagClassName
{
border-color: #223732;
}
</style>