Shades of Aztec #203B37
Tints of Aztec #203B37
RGB
CMYK
RGB Variations
Color information
#203B37 (or 0x203B37) is known color: Aztec. HEX triplet: 20, 3B and 37. RGB value is (32,59,55). Sum of RGB (Red+Green+Blue) = 32+59+55=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 59 - color contains mainly: green. Hex color #203B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B37 is #DFC4C8. Grayscale: #323232. Windows color (decimal): -14664905 or 3619616. OLE color: 3619616.
HSL color Cylindrical-coordinate representation of color #203B37: hue angle of 171.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #203B37 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 55 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.77 |
| HSL | 171.11º | 0.3% | 0.18% | - |
| HSV(B) | 171.11º | 0.46% | 0.23% | - |
| XYZ | 2.85 | 3.71 | 4.18 | - |
| YUV | 50.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 55 | 0.46 | 0 | 0.07 | 0.77 | 171.11 | 0.3 | 0.18 |
| Hex | 20 | 3B | 37 | 2E | 0 | 7 | 4D | AB | 1E | 12 |
| Octal | 40 | 73 | 67 | 56 | 0 | 7 | 115 | 253 | 36 | 22 |
| Binary | 100000 | 111011 | 110111 | 101110 | 0 | 111 | 1001101 | 10101011 | 11110 | 10010 |
Color Harmonies of #203B37
Complementary color
Monochromatic Colors of #203B37
Black with #203B37
Text Example
Text Example
White with #203B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B37; }
p { color: rgb(32,59,55); }
H1.HeaderClassName
{
color: #203B37;
}
.AnyTagClassName
{
color: #203B37;
}
</style>
background-color css
<style>
a { background-color: #203B37; }
a { background-color: rgb(32,59,55); }
div.DivClassName
{
background-color: #203B37;
}
.BgClassName
{
background-color: #203B37;
}
</style>
border-color css
<style>
span { border-color: #203B37; }
span { border-color: rgb(32,59,55); }
td.TdClassName
{
border-color: #203B37;
}
.TagClassName
{
border-color: #203B37;
}
</style>