Shades of Tangaroa #002A3C
Tints of Tangaroa #002A3C
RGB
CMYK
RGB Variations
Color information
#002A3C (or 0x002A3C) is known color: Tangaroa. HEX triplet: 00, 2A and 3C. RGB value is (0,42,60). Sum of RGB (Red+Green+Blue) = 0+42+60=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #002A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A3C is #FFD5C3. Grayscale: #1F1F1F. Windows color (decimal): -16766404 or 3942912. OLE color: 3942912.
HSL color Cylindrical-coordinate representation of color #002A3C: hue angle of 198º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A3C is Cyan = 1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 42 | 60 | - |
| CMYK | 1 | 0.3 | 0 | 0.76 |
| HSL | 198º | 1% | 0.12% | - |
| HSV(B) | 198º | 1% | 0.24% | - |
| XYZ | 1.64 | 1.98 | 4.57 | - |
| YUV | 31.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 60 | 1 | 0.3 | 0 | 0.76 | 198 | 1 | 0.12 |
| Hex | 0 | 2A | 3C | 64 | 1E | 0 | 4C | C6 | 64 | C |
| Octal | 0 | 52 | 74 | 144 | 36 | 0 | 114 | 306 | 144 | 14 |
| Binary | 0 | 101010 | 111100 | 1100100 | 11110 | 0 | 1001100 | 11000110 | 1100100 | 1100 |
Color Harmonies of #002A3C
Complementary color
Monochromatic Colors of #002A3C
Black with #002A3C
Text Example
Text Example
White with #002A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A3C; }
p { color: rgb(0,42,60); }
H1.HeaderClassName
{
color: #002A3C;
}
.AnyTagClassName
{
color: #002A3C;
}
</style>
background-color css
<style>
a { background-color: #002A3C; }
a { background-color: rgb(0,42,60); }
div.DivClassName
{
background-color: #002A3C;
}
.BgClassName
{
background-color: #002A3C;
}
</style>
border-color css
<style>
span { border-color: #002A3C; }
span { border-color: rgb(0,42,60); }
td.TdClassName
{
border-color: #002A3C;
}
.TagClassName
{
border-color: #002A3C;
}
</style>