Shades of Tangaroa #032C3B
Tints of Tangaroa #032C3B
RGB
CMYK
RGB Variations
Color information
#032C3B (or 0x032C3B) is known color: Tangaroa. HEX triplet: 03, 2C and 3B. RGB value is (3,44,59). Sum of RGB (Red+Green+Blue) = 3+44+59=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #032C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C3B is #FCD3C4. Grayscale: #212121. Windows color (decimal): -16569285 or 3877891. OLE color: 3877891.
HSL color Cylindrical-coordinate representation of color #032C3B: hue angle of 196.07º 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 #032C3B is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 44 | 59 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.77 |
| HSL | 196.07º | 0.9% | 0.12% | - |
| HSV(B) | 196.07º | 0.95% | 0.23% | - |
| XYZ | 1.73 | 2.14 | 4.46 | - |
| YUV | 33.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 59 | 0.95 | 0.25 | 0 | 0.77 | 196.07 | 0.9 | 0.12 |
| Hex | 3 | 2C | 3B | 5F | 19 | 0 | 4D | C4 | 5A | C |
| Octal | 3 | 54 | 73 | 137 | 31 | 0 | 115 | 304 | 132 | 14 |
| Binary | 11 | 101100 | 111011 | 1011111 | 11001 | 0 | 1001101 | 11000100 | 1011010 | 1100 |
Color Harmonies of #032C3B
Complementary color
Monochromatic Colors of #032C3B
Black with #032C3B
Text Example
Text Example
White with #032C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C3B; }
p { color: rgb(3,44,59); }
H1.HeaderClassName
{
color: #032C3B;
}
.AnyTagClassName
{
color: #032C3B;
}
</style>
background-color css
<style>
a { background-color: #032C3B; }
a { background-color: rgb(3,44,59); }
div.DivClassName
{
background-color: #032C3B;
}
.BgClassName
{
background-color: #032C3B;
}
</style>
border-color css
<style>
span { border-color: #032C3B; }
span { border-color: rgb(3,44,59); }
td.TdClassName
{
border-color: #032C3B;
}
.TagClassName
{
border-color: #032C3B;
}
</style>