Shades of Tarawera #203C4A
Tints of Tarawera #203C4A
RGB
CMYK
RGB Variations
Color information
#203C4A (or 0x203C4A) is known color: Tarawera. HEX triplet: 20, 3C and 4A. RGB value is (32,60,74). Sum of RGB (Red+Green+Blue) = 32+60+74=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #203C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C4A is #DFC3B5. Grayscale: #353535. Windows color (decimal): -14664630 or 4865056. OLE color: 4865056.
HSL color Cylindrical-coordinate representation of color #203C4A: hue angle of 200º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #203C4A is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 60 | 74 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.71 |
| HSL | 200º | 0.4% | 0.21% | - |
| HSV(B) | 200º | 0.57% | 0.29% | - |
| XYZ | 3.45 | 4.03 | 7.08 | - |
| YUV | 53.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 74 | 0.57 | 0.19 | 0 | 0.71 | 200 | 0.4 | 0.21 |
| Hex | 20 | 3C | 4A | 39 | 13 | 0 | 47 | C8 | 28 | 15 |
| Octal | 40 | 74 | 112 | 71 | 23 | 0 | 107 | 310 | 50 | 25 |
| Binary | 100000 | 111100 | 1001010 | 111001 | 10011 | 0 | 1000111 | 11001000 | 101000 | 10101 |
Color Harmonies of #203C4A
Complementary color
Monochromatic Colors of #203C4A
Black with #203C4A
Text Example
Text Example
White with #203C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C4A; }
p { color: rgb(32,60,74); }
H1.HeaderClassName
{
color: #203C4A;
}
.AnyTagClassName
{
color: #203C4A;
}
</style>
background-color css
<style>
a { background-color: #203C4A; }
a { background-color: rgb(32,60,74); }
div.DivClassName
{
background-color: #203C4A;
}
.BgClassName
{
background-color: #203C4A;
}
</style>
border-color css
<style>
span { border-color: #203C4A; }
span { border-color: rgb(32,60,74); }
td.TdClassName
{
border-color: #203C4A;
}
.TagClassName
{
border-color: #203C4A;
}
</style>