Shades of Tangaroa #062C3B
Tints of Tangaroa #062C3B
RGB
CMYK
RGB Variations
Color information
#062C3B (or 0x062C3B) is known color: Tangaroa. HEX triplet: 06, 2C and 3B. RGB value is (6,44,59). Sum of RGB (Red+Green+Blue) = 6+44+59=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #062C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C3B is #F9D3C4. Grayscale: #222222. Windows color (decimal): -16372677 or 3877894. OLE color: 3877894.
HSL color Cylindrical-coordinate representation of color #062C3B: hue angle of 196.98º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062C3B is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 44 | 59 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.77 |
| HSL | 196.98º | 0.82% | 0.13% | - |
| HSV(B) | 196.98º | 0.9% | 0.23% | - |
| XYZ | 1.77 | 2.16 | 4.46 | - |
| YUV | 34.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 59 | 0.90 | 0.25 | 0 | 0.77 | 196.98 | 0.82 | 0.13 |
| Hex | 6 | 2C | 3B | 5A | 19 | 0 | 4D | C5 | 52 | D |
| Octal | 6 | 54 | 73 | 132 | 31 | 0 | 115 | 305 | 122 | 15 |
| Binary | 110 | 101100 | 111011 | 1011010 | 11001 | 0 | 1001101 | 11000101 | 1010010 | 1101 |
Color Harmonies of #062C3B
Complementary color
Monochromatic Colors of #062C3B
Black with #062C3B
Text Example
Text Example
White with #062C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C3B; }
p { color: rgb(6,44,59); }
H1.HeaderClassName
{
color: #062C3B;
}
.AnyTagClassName
{
color: #062C3B;
}
</style>
background-color css
<style>
a { background-color: #062C3B; }
a { background-color: rgb(6,44,59); }
div.DivClassName
{
background-color: #062C3B;
}
.BgClassName
{
background-color: #062C3B;
}
</style>
border-color css
<style>
span { border-color: #062C3B; }
span { border-color: rgb(6,44,59); }
td.TdClassName
{
border-color: #062C3B;
}
.TagClassName
{
border-color: #062C3B;
}
</style>