Shades of Tangaroa #032B3A
Tints of Tangaroa #032B3A
RGB
CMYK
RGB Variations
Color information
#032B3A (or 0x032B3A) is known color: Tangaroa. HEX triplet: 03, 2B and 3A. RGB value is (3,43,58). Sum of RGB (Red+Green+Blue) = 3+43+58=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 43 (17.19% from 255 or 41.35% 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 #032B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B3A is #FCD4C5. Grayscale: #202020. Windows color (decimal): -16569542 or 3812099. OLE color: 3812099.
HSL color Cylindrical-coordinate representation of color #032B3A: hue angle of 196.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032B3A is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 43 | 58 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.77 |
| HSL | 196.36º | 0.9% | 0.12% | - |
| HSV(B) | 196.36º | 0.95% | 0.23% | - |
| XYZ | 1.67 | 2.05 | 4.31 | - |
| YUV | 32.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 58 | 0.95 | 0.26 | 0 | 0.77 | 196.36 | 0.9 | 0.12 |
| Hex | 3 | 2B | 3A | 5F | 1A | 0 | 4D | C4 | 5A | C |
| Octal | 3 | 53 | 72 | 137 | 32 | 0 | 115 | 304 | 132 | 14 |
| Binary | 11 | 101011 | 111010 | 1011111 | 11010 | 0 | 1001101 | 11000100 | 1011010 | 1100 |
Color Harmonies of #032B3A
Complementary color
Monochromatic Colors of #032B3A
Black with #032B3A
Text Example
Text Example
White with #032B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B3A; }
p { color: rgb(3,43,58); }
H1.HeaderClassName
{
color: #032B3A;
}
.AnyTagClassName
{
color: #032B3A;
}
</style>
background-color css
<style>
a { background-color: #032B3A; }
a { background-color: rgb(3,43,58); }
div.DivClassName
{
background-color: #032B3A;
}
.BgClassName
{
background-color: #032B3A;
}
</style>
border-color css
<style>
span { border-color: #032B3A; }
span { border-color: rgb(3,43,58); }
td.TdClassName
{
border-color: #032B3A;
}
.TagClassName
{
border-color: #032B3A;
}
</style>