Shades of Aztec #233A36
Tints of Aztec #233A36
RGB
CMYK
RGB Variations
Color information
#233A36 (or 0x233A36) is known color: Aztec. HEX triplet: 23, 3A and 36. RGB value is (35,58,54). Sum of RGB (Red+Green+Blue) = 35+58+54=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #233A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A36 is #DCC5C9. Grayscale: #323232. Windows color (decimal): -14468554 or 3553827. OLE color: 3553827.
HSL color Cylindrical-coordinate representation of color #233A36: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #233A36 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 54 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.77 |
| HSL | 169.57º | 0.25% | 0.18% | - |
| HSV(B) | 169.57º | 0.4% | 0.23% | - |
| XYZ | 2.87 | 3.65 | 4.04 | - |
| YUV | 50.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 54 | 0.40 | 0 | 0.07 | 0.77 | 169.57 | 0.25 | 0.18 |
| Hex | 23 | 3A | 36 | 28 | 0 | 7 | 4D | AA | 19 | 12 |
| Octal | 43 | 72 | 66 | 50 | 0 | 7 | 115 | 252 | 31 | 22 |
| Binary | 100011 | 111010 | 110110 | 101000 | 0 | 111 | 1001101 | 10101010 | 11001 | 10010 |
Color Harmonies of #233A36
Complementary color
Monochromatic Colors of #233A36
Black with #233A36
Text Example
Text Example
White with #233A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A36; }
p { color: rgb(35,58,54); }
H1.HeaderClassName
{
color: #233A36;
}
.AnyTagClassName
{
color: #233A36;
}
</style>
background-color css
<style>
a { background-color: #233A36; }
a { background-color: rgb(35,58,54); }
div.DivClassName
{
background-color: #233A36;
}
.BgClassName
{
background-color: #233A36;
}
</style>
border-color css
<style>
span { border-color: #233A36; }
span { border-color: rgb(35,58,54); }
td.TdClassName
{
border-color: #233A36;
}
.TagClassName
{
border-color: #233A36;
}
</style>