Shades of Tangaroa #022346
Tints of Tangaroa #022346
RGB
CMYK
RGB Variations
Color information
#022346 (or 0x022346) is known color: Tangaroa. HEX triplet: 02, 23 and 46. RGB value is (2,35,70). Sum of RGB (Red+Green+Blue) = 2+35+70=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #022346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022346 is #FDDCB9. Grayscale: #1C1C1C. Windows color (decimal): -16637114 or 4596482. OLE color: 4596482.
HSL color Cylindrical-coordinate representation of color #022346: hue angle of 210.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022346 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 35 | 70 | - |
| CMYK | 0.97 | 0.5 | 0 | 0.73 |
| HSL | 210.88º | 0.94% | 0.14% | - |
| HSV(B) | 210.88º | 0.97% | 0.27% | - |
| XYZ | 1.73 | 1.66 | 6.02 | - |
| YUV | 29.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 70 | 0.97 | 0.5 | 0 | 0.73 | 210.88 | 0.94 | 0.14 |
| Hex | 2 | 23 | 46 | 61 | 32 | 0 | 49 | D3 | 5E | E |
| Octal | 2 | 43 | 106 | 141 | 62 | 0 | 111 | 323 | 136 | 16 |
| Binary | 10 | 100011 | 1000110 | 1100001 | 110010 | 0 | 1001001 | 11010011 | 1011110 | 1110 |
Color Harmonies of #022346
Complementary color
Monochromatic Colors of #022346
Black with #022346
Text Example
Text Example
White with #022346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022346; }
p { color: rgb(2,35,70); }
H1.HeaderClassName
{
color: #022346;
}
.AnyTagClassName
{
color: #022346;
}
</style>
background-color css
<style>
a { background-color: #022346; }
a { background-color: rgb(2,35,70); }
div.DivClassName
{
background-color: #022346;
}
.BgClassName
{
background-color: #022346;
}
</style>
border-color css
<style>
span { border-color: #022346; }
span { border-color: rgb(2,35,70); }
td.TdClassName
{
border-color: #022346;
}
.TagClassName
{
border-color: #022346;
}
</style>