Shades of Aztec #243A34
Tints of Aztec #243A34
RGB
CMYK
RGB Variations
Color information
#243A34 (or 0x243A34) is known color: Aztec. HEX triplet: 24, 3A and 34. RGB value is (36,58,52). Sum of RGB (Red+Green+Blue) = 36+58+52=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #243A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A34 is #DBC5CB. Grayscale: #323232. Windows color (decimal): -14403020 or 3422756. OLE color: 3422756.
HSL color Cylindrical-coordinate representation of color #243A34: hue angle of 163.64º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #243A34 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 58 | 52 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.77 |
| HSL | 163.64º | 0.23% | 0.18% | - |
| HSV(B) | 163.64º | 0.38% | 0.23% | - |
| XYZ | 2.86 | 3.65 | 3.8 | - |
| YUV | 50.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 52 | 0.38 | 0 | 0.10 | 0.77 | 163.64 | 0.23 | 0.18 |
| Hex | 24 | 3A | 34 | 26 | 0 | A | 4D | A4 | 17 | 12 |
| Octal | 44 | 72 | 64 | 46 | 0 | 12 | 115 | 244 | 27 | 22 |
| Binary | 100100 | 111010 | 110100 | 100110 | 0 | 1010 | 1001101 | 10100100 | 10111 | 10010 |
Color Harmonies of #243A34
Complementary color
Monochromatic Colors of #243A34
Black with #243A34
Text Example
Text Example
White with #243A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A34; }
p { color: rgb(36,58,52); }
H1.HeaderClassName
{
color: #243A34;
}
.AnyTagClassName
{
color: #243A34;
}
</style>
background-color css
<style>
a { background-color: #243A34; }
a { background-color: rgb(36,58,52); }
div.DivClassName
{
background-color: #243A34;
}
.BgClassName
{
background-color: #243A34;
}
</style>
border-color css
<style>
span { border-color: #243A34; }
span { border-color: rgb(36,58,52); }
td.TdClassName
{
border-color: #243A34;
}
.TagClassName
{
border-color: #243A34;
}
</style>