Shades of Aztec #253C37
Tints of Aztec #253C37
RGB
CMYK
RGB Variations
Color information
#253C37 (or 0x253C37) is known color: Aztec. HEX triplet: 25, 3C and 37. RGB value is (37,60,55). Sum of RGB (Red+Green+Blue) = 37+60+55=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 60 - color contains mainly: green. Hex color #253C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C37 is #DAC3C8. Grayscale: #343434. Windows color (decimal): -14336969 or 3619877. OLE color: 3619877.
HSL color Cylindrical-coordinate representation of color #253C37: hue angle of 166.96º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253C37 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 60 | 55 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.76 |
| HSL | 166.96º | 0.24% | 0.19% | - |
| HSV(B) | 166.96º | 0.38% | 0.24% | - |
| XYZ | 3.07 | 3.9 | 4.21 | - |
| YUV | 52.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 55 | 0.38 | 0 | 0.08 | 0.76 | 166.96 | 0.24 | 0.19 |
| Hex | 25 | 3C | 37 | 26 | 0 | 8 | 4C | A7 | 18 | 13 |
| Octal | 45 | 74 | 67 | 46 | 0 | 10 | 114 | 247 | 30 | 23 |
| Binary | 100101 | 111100 | 110111 | 100110 | 0 | 1000 | 1001100 | 10100111 | 11000 | 10011 |
Color Harmonies of #253C37
Complementary color
Monochromatic Colors of #253C37
Black with #253C37
Text Example
Text Example
White with #253C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C37; }
p { color: rgb(37,60,55); }
H1.HeaderClassName
{
color: #253C37;
}
.AnyTagClassName
{
color: #253C37;
}
</style>
background-color css
<style>
a { background-color: #253C37; }
a { background-color: rgb(37,60,55); }
div.DivClassName
{
background-color: #253C37;
}
.BgClassName
{
background-color: #253C37;
}
</style>
border-color css
<style>
span { border-color: #253C37; }
span { border-color: rgb(37,60,55); }
td.TdClassName
{
border-color: #253C37;
}
.TagClassName
{
border-color: #253C37;
}
</style>