Shades of Aztec #233C36
Tints of Aztec #233C36
RGB
CMYK
RGB Variations
Color information
#233C36 (or 0x233C36) is known color: Aztec. HEX triplet: 23, 3C and 36. RGB value is (35,60,54). Sum of RGB (Red+Green+Blue) = 35+60+54=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #233C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C36 is #DCC3C9. Grayscale: #333333. Windows color (decimal): -14468042 or 3554339. OLE color: 3554339.
HSL color Cylindrical-coordinate representation of color #233C36: hue angle of 165.6º 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 #233C36 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 54 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.76 |
| HSL | 165.6º | 0.26% | 0.19% | - |
| HSV(B) | 165.6º | 0.42% | 0.24% | - |
| XYZ | 2.97 | 3.86 | 4.08 | - |
| YUV | 51.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 54 | 0.42 | 0 | 0.10 | 0.76 | 165.6 | 0.26 | 0.19 |
| Hex | 23 | 3C | 36 | 2A | 0 | A | 4C | A6 | 1A | 13 |
| Octal | 43 | 74 | 66 | 52 | 0 | 12 | 114 | 246 | 32 | 23 |
| Binary | 100011 | 111100 | 110110 | 101010 | 0 | 1010 | 1001100 | 10100110 | 11010 | 10011 |
Color Harmonies of #233C36
Complementary color
Monochromatic Colors of #233C36
Black with #233C36
Text Example
Text Example
White with #233C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C36; }
p { color: rgb(35,60,54); }
H1.HeaderClassName
{
color: #233C36;
}
.AnyTagClassName
{
color: #233C36;
}
</style>
background-color css
<style>
a { background-color: #233C36; }
a { background-color: rgb(35,60,54); }
div.DivClassName
{
background-color: #233C36;
}
.BgClassName
{
background-color: #233C36;
}
</style>
border-color css
<style>
span { border-color: #233C36; }
span { border-color: rgb(35,60,54); }
td.TdClassName
{
border-color: #233C36;
}
.TagClassName
{
border-color: #233C36;
}
</style>