Shades of Tarawera #213945
Tints of Tarawera #213945
RGB
CMYK
RGB Variations
Color information
#213945 (or 0x213945) is known color: Tarawera. HEX triplet: 21, 39 and 45. RGB value is (33,57,69). Sum of RGB (Red+Green+Blue) = 33+57+69=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #213945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213945 is #DEC6BA. Grayscale: #333333. Windows color (decimal): -14599867 or 4536609. OLE color: 4536609.
HSL color Cylindrical-coordinate representation of color #213945: hue angle of 200º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213945 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 57 | 69 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.73 |
| HSL | 200º | 0.35% | 0.2% | - |
| HSV(B) | 200º | 0.52% | 0.27% | - |
| XYZ | 3.16 | 3.68 | 6.17 | - |
| YUV | 51.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 69 | 0.52 | 0.17 | 0 | 0.73 | 200 | 0.35 | 0.2 |
| Hex | 21 | 39 | 45 | 34 | 11 | 0 | 49 | C8 | 23 | 14 |
| Octal | 41 | 71 | 105 | 64 | 21 | 0 | 111 | 310 | 43 | 24 |
| Binary | 100001 | 111001 | 1000101 | 110100 | 10001 | 0 | 1001001 | 11001000 | 100011 | 10100 |
Color Harmonies of #213945
Complementary color
Monochromatic Colors of #213945
Black with #213945
Text Example
Text Example
White with #213945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213945; }
p { color: rgb(33,57,69); }
H1.HeaderClassName
{
color: #213945;
}
.AnyTagClassName
{
color: #213945;
}
</style>
background-color css
<style>
a { background-color: #213945; }
a { background-color: rgb(33,57,69); }
div.DivClassName
{
background-color: #213945;
}
.BgClassName
{
background-color: #213945;
}
</style>
border-color css
<style>
span { border-color: #213945; }
span { border-color: rgb(33,57,69); }
td.TdClassName
{
border-color: #213945;
}
.TagClassName
{
border-color: #213945;
}
</style>