Shades of Tangaroa #032241
Tints of Tangaroa #032241
RGB
CMYK
RGB Variations
Color information
#032241 (or 0x032241) is known color: Tangaroa. HEX triplet: 03, 22 and 41. RGB value is (3,34,65). Sum of RGB (Red+Green+Blue) = 3+34+65=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #032241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032241 is #FCDDBE. Grayscale: #1C1C1C. Windows color (decimal): -16571839 or 4268547. OLE color: 4268547.
HSL color Cylindrical-coordinate representation of color #032241: hue angle of 210º 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 #032241 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 34 | 65 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.75 |
| HSL | 210º | 0.91% | 0.13% | - |
| HSV(B) | 210º | 0.95% | 0.25% | - |
| XYZ | 1.56 | 1.55 | 5.22 | - |
| YUV | 28.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 65 | 0.95 | 0.48 | 0 | 0.75 | 210 | 0.91 | 0.13 |
| Hex | 3 | 22 | 41 | 5F | 30 | 0 | 4B | D2 | 5B | D |
| Octal | 3 | 42 | 101 | 137 | 60 | 0 | 113 | 322 | 133 | 15 |
| Binary | 11 | 100010 | 1000001 | 1011111 | 110000 | 0 | 1001011 | 11010010 | 1011011 | 1101 |
Color Harmonies of #032241
Complementary color
Monochromatic Colors of #032241
Black with #032241
Text Example
Text Example
White with #032241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032241; }
p { color: rgb(3,34,65); }
H1.HeaderClassName
{
color: #032241;
}
.AnyTagClassName
{
color: #032241;
}
</style>
background-color css
<style>
a { background-color: #032241; }
a { background-color: rgb(3,34,65); }
div.DivClassName
{
background-color: #032241;
}
.BgClassName
{
background-color: #032241;
}
</style>
border-color css
<style>
span { border-color: #032241; }
span { border-color: rgb(3,34,65); }
td.TdClassName
{
border-color: #032241;
}
.TagClassName
{
border-color: #032241;
}
</style>