Shades of Tangaroa #032341
Tints of Tangaroa #032341
RGB
CMYK
RGB Variations
Color information
#032341 (or 0x032341) is known color: Tangaroa. HEX triplet: 03, 23 and 41. RGB value is (3,35,65). Sum of RGB (Red+Green+Blue) = 3+35+65=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #032341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032341 is #FCDCBE. Grayscale: #1C1C1C. Windows color (decimal): -16571583 or 4268803. OLE color: 4268803.
HSL color Cylindrical-coordinate representation of color #032341: hue angle of 209.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032341 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 35 | 65 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.75 |
| HSL | 209.03º | 0.91% | 0.13% | - |
| HSV(B) | 209.03º | 0.95% | 0.25% | - |
| XYZ | 1.59 | 1.6 | 5.23 | - |
| YUV | 28.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 65 | 0.95 | 0.46 | 0 | 0.75 | 209.03 | 0.91 | 0.13 |
| Hex | 3 | 23 | 41 | 5F | 2E | 0 | 4B | D1 | 5B | D |
| Octal | 3 | 43 | 101 | 137 | 56 | 0 | 113 | 321 | 133 | 15 |
| Binary | 11 | 100011 | 1000001 | 1011111 | 101110 | 0 | 1001011 | 11010001 | 1011011 | 1101 |
Color Harmonies of #032341
Complementary color
Monochromatic Colors of #032341
Black with #032341
Text Example
Text Example
White with #032341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032341; }
p { color: rgb(3,35,65); }
H1.HeaderClassName
{
color: #032341;
}
.AnyTagClassName
{
color: #032341;
}
</style>
background-color css
<style>
a { background-color: #032341; }
a { background-color: rgb(3,35,65); }
div.DivClassName
{
background-color: #032341;
}
.BgClassName
{
background-color: #032341;
}
</style>
border-color css
<style>
span { border-color: #032341; }
span { border-color: rgb(3,35,65); }
td.TdClassName
{
border-color: #032341;
}
.TagClassName
{
border-color: #032341;
}
</style>