Shades of Aztec #243A35
Tints of Aztec #243A35
RGB
CMYK
RGB Variations
Color information
#243A35 (or 0x243A35) is known color: Aztec. HEX triplet: 24, 3A and 35. RGB value is (36,58,53). Sum of RGB (Red+Green+Blue) = 36+58+53=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #243A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A35 is #DBC5CA. Grayscale: #323232. Windows color (decimal): -14403019 or 3488292. OLE color: 3488292.
HSL color Cylindrical-coordinate representation of color #243A35: hue angle of 166.36º 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 #243A35 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 58 | 53 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.77 |
| HSL | 166.36º | 0.23% | 0.18% | - |
| HSV(B) | 166.36º | 0.38% | 0.23% | - |
| XYZ | 2.88 | 3.66 | 3.92 | - |
| YUV | 50.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 53 | 0.38 | 0 | 0.09 | 0.77 | 166.36 | 0.23 | 0.18 |
| Hex | 24 | 3A | 35 | 26 | 0 | 9 | 4D | A6 | 17 | 12 |
| Octal | 44 | 72 | 65 | 46 | 0 | 11 | 115 | 246 | 27 | 22 |
| Binary | 100100 | 111010 | 110101 | 100110 | 0 | 1001 | 1001101 | 10100110 | 10111 | 10010 |
Color Harmonies of #243A35
Complementary color
Monochromatic Colors of #243A35
Black with #243A35
Text Example
Text Example
White with #243A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A35; }
p { color: rgb(36,58,53); }
H1.HeaderClassName
{
color: #243A35;
}
.AnyTagClassName
{
color: #243A35;
}
</style>
background-color css
<style>
a { background-color: #243A35; }
a { background-color: rgb(36,58,53); }
div.DivClassName
{
background-color: #243A35;
}
.BgClassName
{
background-color: #243A35;
}
</style>
border-color css
<style>
span { border-color: #243A35; }
span { border-color: rgb(36,58,53); }
td.TdClassName
{
border-color: #243A35;
}
.TagClassName
{
border-color: #243A35;
}
</style>