Shades of Aztec #253B38
Tints of Aztec #253B38
RGB
CMYK
RGB Variations
Color information
#253B38 (or 0x253B38) is known color: Aztec. HEX triplet: 25, 3B and 38. RGB value is (37,59,56). Sum of RGB (Red+Green+Blue) = 37+59+56=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #253B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B38 is #DAC4C7. Grayscale: #343434. Windows color (decimal): -14337224 or 3685157. OLE color: 3685157.
HSL color Cylindrical-coordinate representation of color #253B38: hue angle of 171.82º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #253B38 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 59 | 56 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.77 |
| HSL | 171.82º | 0.23% | 0.19% | - |
| HSV(B) | 171.82º | 0.37% | 0.23% | - |
| XYZ | 3.04 | 3.81 | 4.32 | - |
| YUV | 52.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 56 | 0.37 | 0 | 0.05 | 0.77 | 171.82 | 0.23 | 0.19 |
| Hex | 25 | 3B | 38 | 25 | 0 | 5 | 4D | AC | 17 | 13 |
| Octal | 45 | 73 | 70 | 45 | 0 | 5 | 115 | 254 | 27 | 23 |
| Binary | 100101 | 111011 | 111000 | 100101 | 0 | 101 | 1001101 | 10101100 | 10111 | 10011 |
Color Harmonies of #253B38
Complementary color
Monochromatic Colors of #253B38
Black with #253B38
Text Example
Text Example
White with #253B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B38; }
p { color: rgb(37,59,56); }
H1.HeaderClassName
{
color: #253B38;
}
.AnyTagClassName
{
color: #253B38;
}
</style>
background-color css
<style>
a { background-color: #253B38; }
a { background-color: rgb(37,59,56); }
div.DivClassName
{
background-color: #253B38;
}
.BgClassName
{
background-color: #253B38;
}
</style>
border-color css
<style>
span { border-color: #253B38; }
span { border-color: rgb(37,59,56); }
td.TdClassName
{
border-color: #253B38;
}
.TagClassName
{
border-color: #253B38;
}
</style>