Shades of Tarawera #203948
Tints of Tarawera #203948
RGB
CMYK
RGB Variations
Color information
#203948 (or 0x203948) is known color: Tarawera. HEX triplet: 20, 39 and 48. RGB value is (32,57,72). Sum of RGB (Red+Green+Blue) = 32+57+72=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #203948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203948 is #DFC6B7. Grayscale: #333333. Windows color (decimal): -14665400 or 4733216. OLE color: 4733216.
HSL color Cylindrical-coordinate representation of color #203948: hue angle of 202.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 #203948 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 57 | 72 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.72 |
| HSL | 202.5º | 0.38% | 0.2% | - |
| HSV(B) | 202.5º | 0.56% | 0.28% | - |
| XYZ | 3.23 | 3.7 | 6.68 | - |
| YUV | 51.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 72 | 0.56 | 0.21 | 0 | 0.72 | 202.5 | 0.38 | 0.2 |
| Hex | 20 | 39 | 48 | 38 | 15 | 0 | 48 | CA | 26 | 14 |
| Octal | 40 | 71 | 110 | 70 | 25 | 0 | 110 | 312 | 46 | 24 |
| Binary | 100000 | 111001 | 1001000 | 111000 | 10101 | 0 | 1001000 | 11001010 | 100110 | 10100 |
Color Harmonies of #203948
Complementary color
Monochromatic Colors of #203948
Black with #203948
Text Example
Text Example
White with #203948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203948; }
p { color: rgb(32,57,72); }
H1.HeaderClassName
{
color: #203948;
}
.AnyTagClassName
{
color: #203948;
}
</style>
background-color css
<style>
a { background-color: #203948; }
a { background-color: rgb(32,57,72); }
div.DivClassName
{
background-color: #203948;
}
.BgClassName
{
background-color: #203948;
}
</style>
border-color css
<style>
span { border-color: #203948; }
span { border-color: rgb(32,57,72); }
td.TdClassName
{
border-color: #203948;
}
.TagClassName
{
border-color: #203948;
}
</style>