Shades of Aztec #223935
Tints of Aztec #223935
RGB
CMYK
RGB Variations
Color information
#223935 (or 0x223935) is known color: Aztec. HEX triplet: 22, 39 and 35. RGB value is (34,57,53). Sum of RGB (Red+Green+Blue) = 34+57+53=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #223935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223935 is #DDC6CA. Grayscale: #313131. Windows color (decimal): -14534347 or 3488034. OLE color: 3488034.
HSL color Cylindrical-coordinate representation of color #223935: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #223935 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 57 | 53 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.78 |
| HSL | 169.57º | 0.25% | 0.18% | - |
| HSV(B) | 169.57º | 0.4% | 0.22% | - |
| XYZ | 2.77 | 3.52 | 3.9 | - |
| YUV | 49.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 53 | 0.40 | 0 | 0.07 | 0.78 | 169.57 | 0.25 | 0.18 |
| Hex | 22 | 39 | 35 | 28 | 0 | 7 | 4E | AA | 19 | 12 |
| Octal | 42 | 71 | 65 | 50 | 0 | 7 | 116 | 252 | 31 | 22 |
| Binary | 100010 | 111001 | 110101 | 101000 | 0 | 111 | 1001110 | 10101010 | 11001 | 10010 |
Color Harmonies of #223935
Complementary color
Monochromatic Colors of #223935
Black with #223935
Text Example
Text Example
White with #223935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223935; }
p { color: rgb(34,57,53); }
H1.HeaderClassName
{
color: #223935;
}
.AnyTagClassName
{
color: #223935;
}
</style>
background-color css
<style>
a { background-color: #223935; }
a { background-color: rgb(34,57,53); }
div.DivClassName
{
background-color: #223935;
}
.BgClassName
{
background-color: #223935;
}
</style>
border-color css
<style>
span { border-color: #223935; }
span { border-color: rgb(34,57,53); }
td.TdClassName
{
border-color: #223935;
}
.TagClassName
{
border-color: #223935;
}
</style>