Shades of Tangaroa #002A3A
Tints of Tangaroa #002A3A
RGB
CMYK
RGB Variations
Color information
#002A3A (or 0x002A3A) is known color: Tangaroa. HEX triplet: 00, 2A and 3A. RGB value is (0,42,58). Sum of RGB (Red+Green+Blue) = 0+42+58=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #002A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A3A is #FFD5C5. Grayscale: #1F1F1F. Windows color (decimal): -16766406 or 3811840. OLE color: 3811840.
HSL color Cylindrical-coordinate representation of color #002A3A: hue angle of 196.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A3A is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 42 | 58 | - |
| CMYK | 1 | 0.28 | 0 | 0.77 |
| HSL | 196.55º | 1% | 0.11% | - |
| HSV(B) | 196.55º | 1% | 0.23% | - |
| XYZ | 1.59 | 1.96 | 4.3 | - |
| YUV | 31.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 58 | 1 | 0.28 | 0 | 0.77 | 196.55 | 1 | 0.11 |
| Hex | 0 | 2A | 3A | 64 | 1C | 0 | 4D | C5 | 64 | B |
| Octal | 0 | 52 | 72 | 144 | 34 | 0 | 115 | 305 | 144 | 13 |
| Binary | 0 | 101010 | 111010 | 1100100 | 11100 | 0 | 1001101 | 11000101 | 1100100 | 1011 |
Color Harmonies of #002A3A
Complementary color
Monochromatic Colors of #002A3A
Black with #002A3A
Text Example
Text Example
White with #002A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A3A; }
p { color: rgb(0,42,58); }
H1.HeaderClassName
{
color: #002A3A;
}
.AnyTagClassName
{
color: #002A3A;
}
</style>
background-color css
<style>
a { background-color: #002A3A; }
a { background-color: rgb(0,42,58); }
div.DivClassName
{
background-color: #002A3A;
}
.BgClassName
{
background-color: #002A3A;
}
</style>
border-color css
<style>
span { border-color: #002A3A; }
span { border-color: rgb(0,42,58); }
td.TdClassName
{
border-color: #002A3A;
}
.TagClassName
{
border-color: #002A3A;
}
</style>