Shades of Tangaroa #022C3A
Tints of Tangaroa #022C3A
RGB
CMYK
RGB Variations
Color information
#022C3A (or 0x022C3A) is known color: Tangaroa. HEX triplet: 02, 2C and 3A. RGB value is (2,44,58). Sum of RGB (Red+Green+Blue) = 2+44+58=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #022C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C3A is #FDD3C5. Grayscale: #202020. Windows color (decimal): -16634822 or 3812354. OLE color: 3812354.
HSL color Cylindrical-coordinate representation of color #022C3A: hue angle of 195º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022C3A is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 44 | 58 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.77 |
| HSL | 195º | 0.93% | 0.12% | - |
| HSV(B) | 195º | 0.97% | 0.23% | - |
| XYZ | 1.69 | 2.12 | 4.32 | - |
| YUV | 33.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 58 | 0.97 | 0.24 | 0 | 0.77 | 195 | 0.93 | 0.12 |
| Hex | 2 | 2C | 3A | 61 | 18 | 0 | 4D | C3 | 5D | C |
| Octal | 2 | 54 | 72 | 141 | 30 | 0 | 115 | 303 | 135 | 14 |
| Binary | 10 | 101100 | 111010 | 1100001 | 11000 | 0 | 1001101 | 11000011 | 1011101 | 1100 |
Color Harmonies of #022C3A
Complementary color
Monochromatic Colors of #022C3A
Black with #022C3A
Text Example
Text Example
White with #022C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C3A; }
p { color: rgb(2,44,58); }
H1.HeaderClassName
{
color: #022C3A;
}
.AnyTagClassName
{
color: #022C3A;
}
</style>
background-color css
<style>
a { background-color: #022C3A; }
a { background-color: rgb(2,44,58); }
div.DivClassName
{
background-color: #022C3A;
}
.BgClassName
{
background-color: #022C3A;
}
</style>
border-color css
<style>
span { border-color: #022C3A; }
span { border-color: rgb(2,44,58); }
td.TdClassName
{
border-color: #022C3A;
}
.TagClassName
{
border-color: #022C3A;
}
</style>