Shades of Tangaroa #032B3C
Tints of Tangaroa #032B3C
RGB
CMYK
RGB Variations
Color information
#032B3C (or 0x032B3C) is known color: Tangaroa. HEX triplet: 03, 2B and 3C. RGB value is (3,43,60). Sum of RGB (Red+Green+Blue) = 3+43+60=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #032B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B3C is #FCD4C3. Grayscale: #202020. Windows color (decimal): -16569540 or 3943171. OLE color: 3943171.
HSL color Cylindrical-coordinate representation of color #032B3C: hue angle of 197.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032B3C is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 43 | 60 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.76 |
| HSL | 197.89º | 0.9% | 0.12% | - |
| HSV(B) | 197.89º | 0.95% | 0.24% | - |
| XYZ | 1.72 | 2.07 | 4.58 | - |
| YUV | 32.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 60 | 0.95 | 0.28 | 0 | 0.76 | 197.89 | 0.9 | 0.12 |
| Hex | 3 | 2B | 3C | 5F | 1C | 0 | 4C | C6 | 5A | C |
| Octal | 3 | 53 | 74 | 137 | 34 | 0 | 114 | 306 | 132 | 14 |
| Binary | 11 | 101011 | 111100 | 1011111 | 11100 | 0 | 1001100 | 11000110 | 1011010 | 1100 |
Color Harmonies of #032B3C
Complementary color
Monochromatic Colors of #032B3C
Black with #032B3C
Text Example
Text Example
White with #032B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B3C; }
p { color: rgb(3,43,60); }
H1.HeaderClassName
{
color: #032B3C;
}
.AnyTagClassName
{
color: #032B3C;
}
</style>
background-color css
<style>
a { background-color: #032B3C; }
a { background-color: rgb(3,43,60); }
div.DivClassName
{
background-color: #032B3C;
}
.BgClassName
{
background-color: #032B3C;
}
</style>
border-color css
<style>
span { border-color: #032B3C; }
span { border-color: rgb(3,43,60); }
td.TdClassName
{
border-color: #032B3C;
}
.TagClassName
{
border-color: #032B3C;
}
</style>