Shades of Tangaroa #202C35
Tints of Tangaroa #202C35
RGB
CMYK
RGB Variations
Color information
#202C35 (or 0x202C35) is known color: Tangaroa. HEX triplet: 20, 2C and 35. RGB value is (32,44,53). Sum of RGB (Red+Green+Blue) = 32+44+53=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 53 - color contains mainly: blue. Hex color #202C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C35 is #DFD3CA. Grayscale: #292929. Windows color (decimal): -14668747 or 3484704. OLE color: 3484704.
HSL color Cylindrical-coordinate representation of color #202C35: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #202C35 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 44 | 53 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.79 |
| HSL | 205.71º | 0.25% | 0.17% | - |
| HSV(B) | 205.71º | 0.4% | 0.21% | - |
| XYZ | 2.14 | 2.37 | 3.71 | - |
| YUV | 41.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 53 | 0.40 | 0.17 | 0 | 0.79 | 205.71 | 0.25 | 0.17 |
| Hex | 20 | 2C | 35 | 28 | 11 | 0 | 4F | CE | 19 | 11 |
| Octal | 40 | 54 | 65 | 50 | 21 | 0 | 117 | 316 | 31 | 21 |
| Binary | 100000 | 101100 | 110101 | 101000 | 10001 | 0 | 1001111 | 11001110 | 11001 | 10001 |
Color Harmonies of #202C35
Complementary color
Monochromatic Colors of #202C35
Black with #202C35
Text Example
Text Example
White with #202C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C35; }
p { color: rgb(32,44,53); }
H1.HeaderClassName
{
color: #202C35;
}
.AnyTagClassName
{
color: #202C35;
}
</style>
background-color css
<style>
a { background-color: #202C35; }
a { background-color: rgb(32,44,53); }
div.DivClassName
{
background-color: #202C35;
}
.BgClassName
{
background-color: #202C35;
}
</style>
border-color css
<style>
span { border-color: #202C35; }
span { border-color: rgb(32,44,53); }
td.TdClassName
{
border-color: #202C35;
}
.TagClassName
{
border-color: #202C35;
}
</style>