Shades of Tarawera #203B48
Tints of Tarawera #203B48
RGB
CMYK
RGB Variations
Color information
#203B48 (or 0x203B48) is known color: Tarawera. HEX triplet: 20, 3B and 48. RGB value is (32,59,72). Sum of RGB (Red+Green+Blue) = 32+59+72=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #203B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B48 is #DFC4B7. Grayscale: #343434. Windows color (decimal): -14664888 or 4733728. OLE color: 4733728.
HSL color Cylindrical-coordinate representation of color #203B48: hue angle of 199.5º 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 #203B48 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 59 | 72 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.72 |
| HSL | 199.5º | 0.38% | 0.2% | - |
| HSV(B) | 199.5º | 0.56% | 0.28% | - |
| XYZ | 3.33 | 3.9 | 6.71 | - |
| YUV | 52.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 72 | 0.56 | 0.18 | 0 | 0.72 | 199.5 | 0.38 | 0.2 |
| Hex | 20 | 3B | 48 | 38 | 12 | 0 | 48 | C8 | 26 | 14 |
| Octal | 40 | 73 | 110 | 70 | 22 | 0 | 110 | 310 | 46 | 24 |
| Binary | 100000 | 111011 | 1001000 | 111000 | 10010 | 0 | 1001000 | 11001000 | 100110 | 10100 |
Color Harmonies of #203B48
Complementary color
Monochromatic Colors of #203B48
Black with #203B48
Text Example
Text Example
White with #203B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B48; }
p { color: rgb(32,59,72); }
H1.HeaderClassName
{
color: #203B48;
}
.AnyTagClassName
{
color: #203B48;
}
</style>
background-color css
<style>
a { background-color: #203B48; }
a { background-color: rgb(32,59,72); }
div.DivClassName
{
background-color: #203B48;
}
.BgClassName
{
background-color: #203B48;
}
</style>
border-color css
<style>
span { border-color: #203B48; }
span { border-color: rgb(32,59,72); }
td.TdClassName
{
border-color: #203B48;
}
.TagClassName
{
border-color: #203B48;
}
</style>