Shades of Tarawera #203946
Tints of Tarawera #203946
RGB
CMYK
RGB Variations
Color information
#203946 (or 0x203946) is known color: Tarawera. HEX triplet: 20, 39 and 46. RGB value is (32,57,70). Sum of RGB (Red+Green+Blue) = 32+57+70=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #203946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203946 is #DFC6B9. Grayscale: #323232. Windows color (decimal): -14665402 or 4602144. OLE color: 4602144.
HSL color Cylindrical-coordinate representation of color #203946: hue angle of 200.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #203946 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 57 | 70 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.73 |
| HSL | 200.53º | 0.37% | 0.2% | - |
| HSV(B) | 200.53º | 0.54% | 0.27% | - |
| XYZ | 3.16 | 3.68 | 6.34 | - |
| YUV | 51.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 70 | 0.54 | 0.19 | 0 | 0.73 | 200.53 | 0.37 | 0.2 |
| Hex | 20 | 39 | 46 | 36 | 13 | 0 | 49 | C9 | 25 | 14 |
| Octal | 40 | 71 | 106 | 66 | 23 | 0 | 111 | 311 | 45 | 24 |
| Binary | 100000 | 111001 | 1000110 | 110110 | 10011 | 0 | 1001001 | 11001001 | 100101 | 10100 |
Color Harmonies of #203946
Complementary color
Monochromatic Colors of #203946
Black with #203946
Text Example
Text Example
White with #203946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203946; }
p { color: rgb(32,57,70); }
H1.HeaderClassName
{
color: #203946;
}
.AnyTagClassName
{
color: #203946;
}
</style>
background-color css
<style>
a { background-color: #203946; }
a { background-color: rgb(32,57,70); }
div.DivClassName
{
background-color: #203946;
}
.BgClassName
{
background-color: #203946;
}
</style>
border-color css
<style>
span { border-color: #203946; }
span { border-color: rgb(32,57,70); }
td.TdClassName
{
border-color: #203946;
}
.TagClassName
{
border-color: #203946;
}
</style>