Shades of Tarawera #213D49
Tints of Tarawera #213D49
RGB
CMYK
RGB Variations
Color information
#213D49 (or 0x213D49) is known color: Tarawera. HEX triplet: 21, 3D and 49. RGB value is (33,61,73). Sum of RGB (Red+Green+Blue) = 33+61+73=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #213D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D49 is #DEC2B6. Grayscale: #353535. Windows color (decimal): -14598839 or 4799777. OLE color: 4799777.
HSL color Cylindrical-coordinate representation of color #213D49: hue angle of 198º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213D49 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 61 | 73 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.71 |
| HSL | 198º | 0.38% | 0.21% | - |
| HSV(B) | 198º | 0.55% | 0.29% | - |
| XYZ | 3.5 | 4.14 | 6.92 | - |
| YUV | 54 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 73 | 0.55 | 0.16 | 0 | 0.71 | 198 | 0.38 | 0.21 |
| Hex | 21 | 3D | 49 | 37 | 10 | 0 | 47 | C6 | 26 | 15 |
| Octal | 41 | 75 | 111 | 67 | 20 | 0 | 107 | 306 | 46 | 25 |
| Binary | 100001 | 111101 | 1001001 | 110111 | 10000 | 0 | 1000111 | 11000110 | 100110 | 10101 |
Color Harmonies of #213D49
Complementary color
Monochromatic Colors of #213D49
Black with #213D49
Text Example
Text Example
White with #213D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D49; }
p { color: rgb(33,61,73); }
H1.HeaderClassName
{
color: #213D49;
}
.AnyTagClassName
{
color: #213D49;
}
</style>
background-color css
<style>
a { background-color: #213D49; }
a { background-color: rgb(33,61,73); }
div.DivClassName
{
background-color: #213D49;
}
.BgClassName
{
background-color: #213D49;
}
</style>
border-color css
<style>
span { border-color: #213D49; }
span { border-color: rgb(33,61,73); }
td.TdClassName
{
border-color: #213D49;
}
.TagClassName
{
border-color: #213D49;
}
</style>