Shades of Aztec #233A35
Tints of Aztec #233A35
RGB
CMYK
RGB Variations
Color information
#233A35 (or 0x233A35) is known color: Aztec. HEX triplet: 23, 3A and 35. RGB value is (35,58,53). Sum of RGB (Red+Green+Blue) = 35+58+53=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #233A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A35 is #DCC5CA. Grayscale: #323232. Windows color (decimal): -14468555 or 3488291. OLE color: 3488291.
HSL color Cylindrical-coordinate representation of color #233A35: hue angle of 166.96º 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 #233A35 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 53 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.77 |
| HSL | 166.96º | 0.25% | 0.18% | - |
| HSV(B) | 166.96º | 0.4% | 0.23% | - |
| XYZ | 2.85 | 3.64 | 3.92 | - |
| YUV | 50.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 53 | 0.40 | 0 | 0.09 | 0.77 | 166.96 | 0.25 | 0.18 |
| Hex | 23 | 3A | 35 | 28 | 0 | 9 | 4D | A7 | 19 | 12 |
| Octal | 43 | 72 | 65 | 50 | 0 | 11 | 115 | 247 | 31 | 22 |
| Binary | 100011 | 111010 | 110101 | 101000 | 0 | 1001 | 1001101 | 10100111 | 11001 | 10010 |
Color Harmonies of #233A35
Complementary color
Monochromatic Colors of #233A35
Black with #233A35
Text Example
Text Example
White with #233A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A35; }
p { color: rgb(35,58,53); }
H1.HeaderClassName
{
color: #233A35;
}
.AnyTagClassName
{
color: #233A35;
}
</style>
background-color css
<style>
a { background-color: #233A35; }
a { background-color: rgb(35,58,53); }
div.DivClassName
{
background-color: #233A35;
}
.BgClassName
{
background-color: #233A35;
}
</style>
border-color css
<style>
span { border-color: #233A35; }
span { border-color: rgb(35,58,53); }
td.TdClassName
{
border-color: #233A35;
}
.TagClassName
{
border-color: #233A35;
}
</style>