Shades of Tarawera #203C48
Tints of Tarawera #203C48
RGB
CMYK
RGB Variations
Color information
#203C48 (or 0x203C48) is known color: Tarawera. HEX triplet: 20, 3C and 48. RGB value is (32,60,72). Sum of RGB (Red+Green+Blue) = 32+60+72=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #203C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C48 is #DFC3B7. Grayscale: #343434. Windows color (decimal): -14664632 or 4733984. OLE color: 4733984.
HSL color Cylindrical-coordinate representation of color #203C48: hue angle of 198º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203C48 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 60 | 72 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.72 |
| HSL | 198º | 0.38% | 0.2% | - |
| HSV(B) | 198º | 0.56% | 0.28% | - |
| XYZ | 3.38 | 4.01 | 6.73 | - |
| YUV | 53 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 72 | 0.56 | 0.17 | 0 | 0.72 | 198 | 0.38 | 0.2 |
| Hex | 20 | 3C | 48 | 38 | 11 | 0 | 48 | C6 | 26 | 14 |
| Octal | 40 | 74 | 110 | 70 | 21 | 0 | 110 | 306 | 46 | 24 |
| Binary | 100000 | 111100 | 1001000 | 111000 | 10001 | 0 | 1001000 | 11000110 | 100110 | 10100 |
Color Harmonies of #203C48
Complementary color
Monochromatic Colors of #203C48
Black with #203C48
Text Example
Text Example
White with #203C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C48; }
p { color: rgb(32,60,72); }
H1.HeaderClassName
{
color: #203C48;
}
.AnyTagClassName
{
color: #203C48;
}
</style>
background-color css
<style>
a { background-color: #203C48; }
a { background-color: rgb(32,60,72); }
div.DivClassName
{
background-color: #203C48;
}
.BgClassName
{
background-color: #203C48;
}
</style>
border-color css
<style>
span { border-color: #203C48; }
span { border-color: rgb(32,60,72); }
td.TdClassName
{
border-color: #203C48;
}
.TagClassName
{
border-color: #203C48;
}
</style>