Shades of Tangaroa #212D36
Tints of Tangaroa #212D36
RGB
CMYK
RGB Variations
Color information
#212D36 (or 0x212D36) is known color: Tangaroa. HEX triplet: 21, 2D and 36. RGB value is (33,45,54). Sum of RGB (Red+Green+Blue) = 33+45+54=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #212D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D36 is #DED2C9. Grayscale: #2A2A2A. Windows color (decimal): -14602954 or 3550497. OLE color: 3550497.
HSL color Cylindrical-coordinate representation of color #212D36: hue angle of 205.71º 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 #212D36 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 45 | 54 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.79 |
| HSL | 205.71º | 0.24% | 0.17% | - |
| HSV(B) | 205.71º | 0.39% | 0.21% | - |
| XYZ | 2.23 | 2.47 | 3.85 | - |
| YUV | 42.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 54 | 0.39 | 0.17 | 0 | 0.79 | 205.71 | 0.24 | 0.17 |
| Hex | 21 | 2D | 36 | 27 | 11 | 0 | 4F | CE | 18 | 11 |
| Octal | 41 | 55 | 66 | 47 | 21 | 0 | 117 | 316 | 30 | 21 |
| Binary | 100001 | 101101 | 110110 | 100111 | 10001 | 0 | 1001111 | 11001110 | 11000 | 10001 |
Color Harmonies of #212D36
Complementary color
Monochromatic Colors of #212D36
Black with #212D36
Text Example
Text Example
White with #212D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D36; }
p { color: rgb(33,45,54); }
H1.HeaderClassName
{
color: #212D36;
}
.AnyTagClassName
{
color: #212D36;
}
</style>
background-color css
<style>
a { background-color: #212D36; }
a { background-color: rgb(33,45,54); }
div.DivClassName
{
background-color: #212D36;
}
.BgClassName
{
background-color: #212D36;
}
</style>
border-color css
<style>
span { border-color: #212D36; }
span { border-color: rgb(33,45,54); }
td.TdClassName
{
border-color: #212D36;
}
.TagClassName
{
border-color: #212D36;
}
</style>