Shades of Aztec #203B34
Tints of Aztec #203B34
RGB
CMYK
RGB Variations
Color information
#203B34 (or 0x203B34) is known color: Aztec. HEX triplet: 20, 3B and 34. RGB value is (32,59,52). Sum of RGB (Red+Green+Blue) = 32+59+52=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 59 - color contains mainly: green. Hex color #203B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B34 is #DFC4CB. Grayscale: #323232. Windows color (decimal): -14664908 or 3423008. OLE color: 3423008.
HSL color Cylindrical-coordinate representation of color #203B34: hue angle of 164.44º 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 #203B34 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 52 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.77 |
| HSL | 164.44º | 0.3% | 0.18% | - |
| HSV(B) | 164.44º | 0.46% | 0.23% | - |
| XYZ | 2.78 | 3.68 | 3.81 | - |
| YUV | 50.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 52 | 0.46 | 0 | 0.12 | 0.77 | 164.44 | 0.3 | 0.18 |
| Hex | 20 | 3B | 34 | 2E | 0 | C | 4D | A4 | 1E | 12 |
| Octal | 40 | 73 | 64 | 56 | 0 | 14 | 115 | 244 | 36 | 22 |
| Binary | 100000 | 111011 | 110100 | 101110 | 0 | 1100 | 1001101 | 10100100 | 11110 | 10010 |
Color Harmonies of #203B34
Complementary color
Monochromatic Colors of #203B34
Black with #203B34
Text Example
Text Example
White with #203B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B34; }
p { color: rgb(32,59,52); }
H1.HeaderClassName
{
color: #203B34;
}
.AnyTagClassName
{
color: #203B34;
}
</style>
background-color css
<style>
a { background-color: #203B34; }
a { background-color: rgb(32,59,52); }
div.DivClassName
{
background-color: #203B34;
}
.BgClassName
{
background-color: #203B34;
}
</style>
border-color css
<style>
span { border-color: #203B34; }
span { border-color: rgb(32,59,52); }
td.TdClassName
{
border-color: #203B34;
}
.TagClassName
{
border-color: #203B34;
}
</style>