Shades of Tarawera #213D4B
Tints of Tarawera #213D4B
RGB
CMYK
RGB Variations
Color information
#213D4B (or 0x213D4B) is known color: Tarawera. HEX triplet: 21, 3D and 4B. RGB value is (33,61,75). Sum of RGB (Red+Green+Blue) = 33+61+75=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #213D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D4B is #DEC2B4. Grayscale: #363636. Windows color (decimal): -14598837 or 4930849. OLE color: 4930849.
HSL color Cylindrical-coordinate representation of color #213D4B: hue angle of 200º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #213D4B is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 61 | 75 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.71 |
| HSL | 200º | 0.39% | 0.21% | - |
| HSV(B) | 200º | 0.56% | 0.29% | - |
| XYZ | 3.57 | 4.17 | 7.27 | - |
| YUV | 54.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 75 | 0.56 | 0.19 | 0 | 0.71 | 200 | 0.39 | 0.21 |
| Hex | 21 | 3D | 4B | 38 | 13 | 0 | 47 | C8 | 27 | 15 |
| Octal | 41 | 75 | 113 | 70 | 23 | 0 | 107 | 310 | 47 | 25 |
| Binary | 100001 | 111101 | 1001011 | 111000 | 10011 | 0 | 1000111 | 11001000 | 100111 | 10101 |
Color Harmonies of #213D4B
Complementary color
Monochromatic Colors of #213D4B
Black with #213D4B
Text Example
Text Example
White with #213D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D4B; }
p { color: rgb(33,61,75); }
H1.HeaderClassName
{
color: #213D4B;
}
.AnyTagClassName
{
color: #213D4B;
}
</style>
background-color css
<style>
a { background-color: #213D4B; }
a { background-color: rgb(33,61,75); }
div.DivClassName
{
background-color: #213D4B;
}
.BgClassName
{
background-color: #213D4B;
}
</style>
border-color css
<style>
span { border-color: #213D4B; }
span { border-color: rgb(33,61,75); }
td.TdClassName
{
border-color: #213D4B;
}
.TagClassName
{
border-color: #213D4B;
}
</style>