Shades of Tangaroa #212E37
Tints of Tangaroa #212E37
RGB
CMYK
RGB Variations
Color information
#212E37 (or 0x212E37) is known color: Tangaroa. HEX triplet: 21, 2E and 37. RGB value is (33,46,55). Sum of RGB (Red+Green+Blue) = 33+46+55=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #212E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E37 is #DED1C8. Grayscale: #2B2B2B. Windows color (decimal): -14602697 or 3616289. OLE color: 3616289.
HSL color Cylindrical-coordinate representation of color #212E37: hue angle of 204.55º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #212E37 is Cyan = 0.4, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 46 | 55 | - |
| CMYK | 0.4 | 0.16 | 0 | 0.78 |
| HSL | 204.55º | 0.25% | 0.17% | - |
| HSV(B) | 204.55º | 0.4% | 0.22% | - |
| XYZ | 2.29 | 2.55 | 3.99 | - |
| YUV | 43.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 55 | 0.4 | 0.16 | 0 | 0.78 | 204.55 | 0.25 | 0.17 |
| Hex | 21 | 2E | 37 | 28 | 10 | 0 | 4E | CD | 19 | 11 |
| Octal | 41 | 56 | 67 | 50 | 20 | 0 | 116 | 315 | 31 | 21 |
| Binary | 100001 | 101110 | 110111 | 101000 | 10000 | 0 | 1001110 | 11001101 | 11001 | 10001 |
Color Harmonies of #212E37
Complementary color
Monochromatic Colors of #212E37
Black with #212E37
Text Example
Text Example
White with #212E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E37; }
p { color: rgb(33,46,55); }
H1.HeaderClassName
{
color: #212E37;
}
.AnyTagClassName
{
color: #212E37;
}
</style>
background-color css
<style>
a { background-color: #212E37; }
a { background-color: rgb(33,46,55); }
div.DivClassName
{
background-color: #212E37;
}
.BgClassName
{
background-color: #212E37;
}
</style>
border-color css
<style>
span { border-color: #212E37; }
span { border-color: rgb(33,46,55); }
td.TdClassName
{
border-color: #212E37;
}
.TagClassName
{
border-color: #212E37;
}
</style>