Shades of Tarawera #203A47
Tints of Tarawera #203A47
RGB
CMYK
RGB Variations
Color information
#203A47 (or 0x203A47) is known color: Tarawera. HEX triplet: 20, 3A and 47. RGB value is (32,58,71). Sum of RGB (Red+Green+Blue) = 32+58+71=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #203A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A47 is #DFC5B8. Grayscale: #333333. Windows color (decimal): -14665145 or 4667936. OLE color: 4667936.
HSL color Cylindrical-coordinate representation of color #203A47: hue angle of 200º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #203A47 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 58 | 71 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.72 |
| HSL | 200º | 0.38% | 0.2% | - |
| HSV(B) | 200º | 0.55% | 0.28% | - |
| XYZ | 3.25 | 3.79 | 6.52 | - |
| YUV | 51.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 71 | 0.55 | 0.18 | 0 | 0.72 | 200 | 0.38 | 0.2 |
| Hex | 20 | 3A | 47 | 37 | 12 | 0 | 48 | C8 | 26 | 14 |
| Octal | 40 | 72 | 107 | 67 | 22 | 0 | 110 | 310 | 46 | 24 |
| Binary | 100000 | 111010 | 1000111 | 110111 | 10010 | 0 | 1001000 | 11001000 | 100110 | 10100 |
Color Harmonies of #203A47
Complementary color
Monochromatic Colors of #203A47
Black with #203A47
Text Example
Text Example
White with #203A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A47; }
p { color: rgb(32,58,71); }
H1.HeaderClassName
{
color: #203A47;
}
.AnyTagClassName
{
color: #203A47;
}
</style>
background-color css
<style>
a { background-color: #203A47; }
a { background-color: rgb(32,58,71); }
div.DivClassName
{
background-color: #203A47;
}
.BgClassName
{
background-color: #203A47;
}
</style>
border-color css
<style>
span { border-color: #203A47; }
span { border-color: rgb(32,58,71); }
td.TdClassName
{
border-color: #203A47;
}
.TagClassName
{
border-color: #203A47;
}
</style>