Shades of Tangaroa #202E36
Tints of Tangaroa #202E36
RGB
CMYK
RGB Variations
Color information
#202E36 (or 0x202E36) is known color: Tangaroa. HEX triplet: 20, 2E and 36. RGB value is (32,46,54). Sum of RGB (Red+Green+Blue) = 32+46+54=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 46 (18.36% from 255 or 34.85% 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 #202E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E36 is #DFD1C9. Grayscale: #2A2A2A. Windows color (decimal): -14668234 or 3550752. OLE color: 3550752.
HSL color Cylindrical-coordinate representation of color #202E36: hue angle of 201.82º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #202E36 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 46 | 54 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.79 |
| HSL | 201.82º | 0.26% | 0.17% | - |
| HSV(B) | 201.82º | 0.41% | 0.21% | - |
| XYZ | 2.24 | 2.53 | 3.86 | - |
| YUV | 42.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 54 | 0.41 | 0.15 | 0 | 0.79 | 201.82 | 0.26 | 0.17 |
| Hex | 20 | 2E | 36 | 29 | F | 0 | 4F | CA | 1A | 11 |
| Octal | 40 | 56 | 66 | 51 | 17 | 0 | 117 | 312 | 32 | 21 |
| Binary | 100000 | 101110 | 110110 | 101001 | 1111 | 0 | 1001111 | 11001010 | 11010 | 10001 |
Color Harmonies of #202E36
Complementary color
Monochromatic Colors of #202E36
Black with #202E36
Text Example
Text Example
White with #202E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E36; }
p { color: rgb(32,46,54); }
H1.HeaderClassName
{
color: #202E36;
}
.AnyTagClassName
{
color: #202E36;
}
</style>
background-color css
<style>
a { background-color: #202E36; }
a { background-color: rgb(32,46,54); }
div.DivClassName
{
background-color: #202E36;
}
.BgClassName
{
background-color: #202E36;
}
</style>
border-color css
<style>
span { border-color: #202E36; }
span { border-color: rgb(32,46,54); }
td.TdClassName
{
border-color: #202E36;
}
.TagClassName
{
border-color: #202E36;
}
</style>