Shades of Tarawera #203C47
Tints of Tarawera #203C47
RGB
CMYK
RGB Variations
Color information
#203C47 (or 0x203C47) is known color: Tarawera. HEX triplet: 20, 3C and 47. RGB value is (32,60,71). Sum of RGB (Red+Green+Blue) = 32+60+71=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #203C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C47 is #DFC3B8. Grayscale: #343434. Windows color (decimal): -14664633 or 4668448. OLE color: 4668448.
HSL color Cylindrical-coordinate representation of color #203C47: hue angle of 196.92º 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 #203C47 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 60 | 71 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.72 |
| HSL | 196.92º | 0.38% | 0.2% | - |
| HSV(B) | 196.92º | 0.55% | 0.28% | - |
| XYZ | 3.35 | 3.99 | 6.56 | - |
| YUV | 52.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 71 | 0.55 | 0.15 | 0 | 0.72 | 196.92 | 0.38 | 0.2 |
| Hex | 20 | 3C | 47 | 37 | F | 0 | 48 | C5 | 26 | 14 |
| Octal | 40 | 74 | 107 | 67 | 17 | 0 | 110 | 305 | 46 | 24 |
| Binary | 100000 | 111100 | 1000111 | 110111 | 1111 | 0 | 1001000 | 11000101 | 100110 | 10100 |
Color Harmonies of #203C47
Complementary color
Monochromatic Colors of #203C47
Black with #203C47
Text Example
Text Example
White with #203C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C47; }
p { color: rgb(32,60,71); }
H1.HeaderClassName
{
color: #203C47;
}
.AnyTagClassName
{
color: #203C47;
}
</style>
background-color css
<style>
a { background-color: #203C47; }
a { background-color: rgb(32,60,71); }
div.DivClassName
{
background-color: #203C47;
}
.BgClassName
{
background-color: #203C47;
}
</style>
border-color css
<style>
span { border-color: #203C47; }
span { border-color: rgb(32,60,71); }
td.TdClassName
{
border-color: #203C47;
}
.TagClassName
{
border-color: #203C47;
}
</style>