Shades of Aztec #223A35
Tints of Aztec #223A35
RGB
CMYK
RGB Variations
Color information
#223A35 (or 0x223A35) is known color: Aztec. HEX triplet: 22, 3A and 35. RGB value is (34,58,53). Sum of RGB (Red+Green+Blue) = 34+58+53=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #223A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A35 is #DDC5CA. Grayscale: #323232. Windows color (decimal): -14534091 or 3488290. OLE color: 3488290.
HSL color Cylindrical-coordinate representation of color #223A35: hue angle of 167.5º 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 #223A35 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 53 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.77 |
| HSL | 167.5º | 0.26% | 0.18% | - |
| HSV(B) | 167.5º | 0.41% | 0.23% | - |
| XYZ | 2.82 | 3.62 | 3.92 | - |
| YUV | 50.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 53 | 0.41 | 0 | 0.09 | 0.77 | 167.5 | 0.26 | 0.18 |
| Hex | 22 | 3A | 35 | 29 | 0 | 9 | 4D | A8 | 1A | 12 |
| Octal | 42 | 72 | 65 | 51 | 0 | 11 | 115 | 250 | 32 | 22 |
| Binary | 100010 | 111010 | 110101 | 101001 | 0 | 1001 | 1001101 | 10101000 | 11010 | 10010 |
Color Harmonies of #223A35
Complementary color
Monochromatic Colors of #223A35
Black with #223A35
Text Example
Text Example
White with #223A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A35; }
p { color: rgb(34,58,53); }
H1.HeaderClassName
{
color: #223A35;
}
.AnyTagClassName
{
color: #223A35;
}
</style>
background-color css
<style>
a { background-color: #223A35; }
a { background-color: rgb(34,58,53); }
div.DivClassName
{
background-color: #223A35;
}
.BgClassName
{
background-color: #223A35;
}
</style>
border-color css
<style>
span { border-color: #223A35; }
span { border-color: rgb(34,58,53); }
td.TdClassName
{
border-color: #223A35;
}
.TagClassName
{
border-color: #223A35;
}
</style>