Shades of Tangaroa #202D38
Tints of Tangaroa #202D38
RGB
CMYK
RGB Variations
Color information
#202D38 (or 0x202D38) is known color: Tangaroa. HEX triplet: 20, 2D and 38. RGB value is (32,45,56). Sum of RGB (Red+Green+Blue) = 32+45+56=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #202D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202D38 is #DFD2C7. Grayscale: #2A2A2A. Windows color (decimal): -14668488 or 3681568. OLE color: 3681568.
HSL color Cylindrical-coordinate representation of color #202D38: hue angle of 207.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #202D38 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 45 | 56 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.78 |
| HSL | 207.5º | 0.27% | 0.17% | - |
| HSV(B) | 207.5º | 0.43% | 0.22% | - |
| XYZ | 2.25 | 2.47 | 4.1 | - |
| YUV | 42.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 56 | 0.43 | 0.20 | 0 | 0.78 | 207.5 | 0.27 | 0.17 |
| Hex | 20 | 2D | 38 | 2B | 14 | 0 | 4E | D0 | 1B | 11 |
| Octal | 40 | 55 | 70 | 53 | 24 | 0 | 116 | 320 | 33 | 21 |
| Binary | 100000 | 101101 | 111000 | 101011 | 10100 | 0 | 1001110 | 11010000 | 11011 | 10001 |
Color Harmonies of #202D38
Complementary color
Monochromatic Colors of #202D38
Black with #202D38
Text Example
Text Example
White with #202D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D38; }
p { color: rgb(32,45,56); }
H1.HeaderClassName
{
color: #202D38;
}
.AnyTagClassName
{
color: #202D38;
}
</style>
background-color css
<style>
a { background-color: #202D38; }
a { background-color: rgb(32,45,56); }
div.DivClassName
{
background-color: #202D38;
}
.BgClassName
{
background-color: #202D38;
}
</style>
border-color css
<style>
span { border-color: #202D38; }
span { border-color: rgb(32,45,56); }
td.TdClassName
{
border-color: #202D38;
}
.TagClassName
{
border-color: #202D38;
}
</style>