Shades of Aztec #233C35
Tints of Aztec #233C35
RGB
CMYK
RGB Variations
Color information
#233C35 (or 0x233C35) is known color: Aztec. HEX triplet: 23, 3C and 35. RGB value is (35,60,53). Sum of RGB (Red+Green+Blue) = 35+60+53=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #233C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C35 is #DCC3CA. Grayscale: #333333. Windows color (decimal): -14468043 or 3488803. OLE color: 3488803.
HSL color Cylindrical-coordinate representation of color #233C35: hue angle of 163.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #233C35 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 53 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.76 |
| HSL | 163.2º | 0.26% | 0.19% | - |
| HSV(B) | 163.2º | 0.42% | 0.24% | - |
| XYZ | 2.95 | 3.85 | 3.95 | - |
| YUV | 51.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 53 | 0.42 | 0 | 0.12 | 0.76 | 163.2 | 0.26 | 0.19 |
| Hex | 23 | 3C | 35 | 2A | 0 | C | 4C | A3 | 1A | 13 |
| Octal | 43 | 74 | 65 | 52 | 0 | 14 | 114 | 243 | 32 | 23 |
| Binary | 100011 | 111100 | 110101 | 101010 | 0 | 1100 | 1001100 | 10100011 | 11010 | 10011 |
Color Harmonies of #233C35
Complementary color
Monochromatic Colors of #233C35
Black with #233C35
Text Example
Text Example
White with #233C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C35; }
p { color: rgb(35,60,53); }
H1.HeaderClassName
{
color: #233C35;
}
.AnyTagClassName
{
color: #233C35;
}
</style>
background-color css
<style>
a { background-color: #233C35; }
a { background-color: rgb(35,60,53); }
div.DivClassName
{
background-color: #233C35;
}
.BgClassName
{
background-color: #233C35;
}
</style>
border-color css
<style>
span { border-color: #233C35; }
span { border-color: rgb(35,60,53); }
td.TdClassName
{
border-color: #233C35;
}
.TagClassName
{
border-color: #233C35;
}
</style>