Shades of Tangaroa #202E37
Tints of Tangaroa #202E37
RGB
CMYK
RGB Variations
Color information
#202E37 (or 0x202E37) is known color: Tangaroa. HEX triplet: 20, 2E and 37. RGB value is (32,46,55). Sum of RGB (Red+Green+Blue) = 32+46+55=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #202E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E37 is #DFD1C8. Grayscale: #2A2A2A. Windows color (decimal): -14668233 or 3616288. OLE color: 3616288.
HSL color Cylindrical-coordinate representation of color #202E37: hue angle of 203.48º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #202E37 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 46 | 55 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.78 |
| HSL | 203.48º | 0.26% | 0.17% | - |
| HSV(B) | 203.48º | 0.42% | 0.22% | - |
| XYZ | 2.26 | 2.54 | 3.98 | - |
| YUV | 42.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 55 | 0.42 | 0.16 | 0 | 0.78 | 203.48 | 0.26 | 0.17 |
| Hex | 20 | 2E | 37 | 2A | 10 | 0 | 4E | CB | 1A | 11 |
| Octal | 40 | 56 | 67 | 52 | 20 | 0 | 116 | 313 | 32 | 21 |
| Binary | 100000 | 101110 | 110111 | 101010 | 10000 | 0 | 1001110 | 11001011 | 11010 | 10001 |
Color Harmonies of #202E37
Complementary color
Monochromatic Colors of #202E37
Black with #202E37
Text Example
Text Example
White with #202E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E37; }
p { color: rgb(32,46,55); }
H1.HeaderClassName
{
color: #202E37;
}
.AnyTagClassName
{
color: #202E37;
}
</style>
background-color css
<style>
a { background-color: #202E37; }
a { background-color: rgb(32,46,55); }
div.DivClassName
{
background-color: #202E37;
}
.BgClassName
{
background-color: #202E37;
}
</style>
border-color css
<style>
span { border-color: #202E37; }
span { border-color: rgb(32,46,55); }
td.TdClassName
{
border-color: #202E37;
}
.TagClassName
{
border-color: #202E37;
}
</style>