Shades of Tangaroa #212E36
Tints of Tangaroa #212E36
RGB
CMYK
RGB Variations
Color information
#212E36 (or 0x212E36) is known color: Tangaroa. HEX triplet: 21, 2E and 36. RGB value is (33,46,54). Sum of RGB (Red+Green+Blue) = 33+46+54=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #212E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E36 is #DED1C9. Grayscale: #2A2A2A. Windows color (decimal): -14602698 or 3550753. OLE color: 3550753.
HSL color Cylindrical-coordinate representation of color #212E36: hue angle of 202.86º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212E36 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 46 | 54 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.79 |
| HSL | 202.86º | 0.24% | 0.17% | - |
| HSV(B) | 202.86º | 0.39% | 0.21% | - |
| XYZ | 2.27 | 2.54 | 3.86 | - |
| YUV | 43.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 54 | 0.39 | 0.15 | 0 | 0.79 | 202.86 | 0.24 | 0.17 |
| Hex | 21 | 2E | 36 | 27 | F | 0 | 4F | CB | 18 | 11 |
| Octal | 41 | 56 | 66 | 47 | 17 | 0 | 117 | 313 | 30 | 21 |
| Binary | 100001 | 101110 | 110110 | 100111 | 1111 | 0 | 1001111 | 11001011 | 11000 | 10001 |
Color Harmonies of #212E36
Complementary color
Monochromatic Colors of #212E36
Black with #212E36
Text Example
Text Example
White with #212E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E36; }
p { color: rgb(33,46,54); }
H1.HeaderClassName
{
color: #212E36;
}
.AnyTagClassName
{
color: #212E36;
}
</style>
background-color css
<style>
a { background-color: #212E36; }
a { background-color: rgb(33,46,54); }
div.DivClassName
{
background-color: #212E36;
}
.BgClassName
{
background-color: #212E36;
}
</style>
border-color css
<style>
span { border-color: #212E36; }
span { border-color: rgb(33,46,54); }
td.TdClassName
{
border-color: #212E36;
}
.TagClassName
{
border-color: #212E36;
}
</style>