Shades of Tangaroa #021E3E
Tints of Tangaroa #021E3E
RGB
CMYK
RGB Variations
Color information
#021E3E (or 0x021E3E) is known color: Tangaroa. HEX triplet: 02, 1E and 3E. RGB value is (2,30,62). Sum of RGB (Red+Green+Blue) = 2+30+62=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #021E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E3E is #FDE1C1. Grayscale: #191919. Windows color (decimal): -16638402 or 4070914. OLE color: 4070914.
HSL color Cylindrical-coordinate representation of color #021E3E: hue angle of 212º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E3E is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 30 | 62 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.76 |
| HSL | 212º | 0.94% | 0.13% | - |
| HSV(B) | 212º | 0.97% | 0.24% | - |
| XYZ | 1.36 | 1.29 | 4.73 | - |
| YUV | 25.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 62 | 0.97 | 0.52 | 0 | 0.76 | 212 | 0.94 | 0.13 |
| Hex | 2 | 1E | 3E | 61 | 34 | 0 | 4C | D4 | 5E | D |
| Octal | 2 | 36 | 76 | 141 | 64 | 0 | 114 | 324 | 136 | 15 |
| Binary | 10 | 11110 | 111110 | 1100001 | 110100 | 0 | 1001100 | 11010100 | 1011110 | 1101 |
Color Harmonies of #021E3E
Complementary color
Monochromatic Colors of #021E3E
Black with #021E3E
Text Example
Text Example
White with #021E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E3E; }
p { color: rgb(2,30,62); }
H1.HeaderClassName
{
color: #021E3E;
}
.AnyTagClassName
{
color: #021E3E;
}
</style>
background-color css
<style>
a { background-color: #021E3E; }
a { background-color: rgb(2,30,62); }
div.DivClassName
{
background-color: #021E3E;
}
.BgClassName
{
background-color: #021E3E;
}
</style>
border-color css
<style>
span { border-color: #021E3E; }
span { border-color: rgb(2,30,62); }
td.TdClassName
{
border-color: #021E3E;
}
.TagClassName
{
border-color: #021E3E;
}
</style>