Shades of Tangaroa #202D37
Tints of Tangaroa #202D37
RGB
CMYK
RGB Variations
Color information
#202D37 (or 0x202D37) is known color: Tangaroa. HEX triplet: 20, 2D and 37. RGB value is (32,45,55). Sum of RGB (Red+Green+Blue) = 32+45+55=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #202D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202D37 is #DFD2C8. Grayscale: #2A2A2A. Windows color (decimal): -14668489 or 3616032. OLE color: 3616032.
HSL color Cylindrical-coordinate representation of color #202D37: hue angle of 206.09º 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 #202D37 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 45 | 55 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.78 |
| HSL | 206.09º | 0.26% | 0.17% | - |
| HSV(B) | 206.09º | 0.42% | 0.22% | - |
| XYZ | 2.22 | 2.46 | 3.97 | - |
| YUV | 42.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 55 | 0.42 | 0.18 | 0 | 0.78 | 206.09 | 0.26 | 0.17 |
| Hex | 20 | 2D | 37 | 2A | 12 | 0 | 4E | CE | 1A | 11 |
| Octal | 40 | 55 | 67 | 52 | 22 | 0 | 116 | 316 | 32 | 21 |
| Binary | 100000 | 101101 | 110111 | 101010 | 10010 | 0 | 1001110 | 11001110 | 11010 | 10001 |
Color Harmonies of #202D37
Complementary color
Monochromatic Colors of #202D37
Black with #202D37
Text Example
Text Example
White with #202D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D37; }
p { color: rgb(32,45,55); }
H1.HeaderClassName
{
color: #202D37;
}
.AnyTagClassName
{
color: #202D37;
}
</style>
background-color css
<style>
a { background-color: #202D37; }
a { background-color: rgb(32,45,55); }
div.DivClassName
{
background-color: #202D37;
}
.BgClassName
{
background-color: #202D37;
}
</style>
border-color css
<style>
span { border-color: #202D37; }
span { border-color: rgb(32,45,55); }
td.TdClassName
{
border-color: #202D37;
}
.TagClassName
{
border-color: #202D37;
}
</style>