Shades of Tangaroa #032042
Tints of Tangaroa #032042
RGB
CMYK
RGB Variations
Color information
#032042 (or 0x032042) is known color: Tangaroa. HEX triplet: 03, 20 and 42. RGB value is (3,32,66). Sum of RGB (Red+Green+Blue) = 3+32+66=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 66 (26.17% from 255 or 65.35% from 101); Max value from RGB is 66 - color contains mainly: blue. Hex color #032042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032042 is #FCDFBD. Grayscale: #1B1B1B. Windows color (decimal): -16572350 or 4333571. OLE color: 4333571.
HSL color Cylindrical-coordinate representation of color #032042: hue angle of 212.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032042 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 32 | 66 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.74 |
| HSL | 212.38º | 0.91% | 0.14% | - |
| HSV(B) | 212.38º | 0.95% | 0.26% | - |
| XYZ | 1.54 | 1.45 | 5.35 | - |
| YUV | 27.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 66 | 0.95 | 0.52 | 0 | 0.74 | 212.38 | 0.91 | 0.14 |
| Hex | 3 | 20 | 42 | 5F | 34 | 0 | 4A | D4 | 5B | E |
| Octal | 3 | 40 | 102 | 137 | 64 | 0 | 112 | 324 | 133 | 16 |
| Binary | 11 | 100000 | 1000010 | 1011111 | 110100 | 0 | 1001010 | 11010100 | 1011011 | 1110 |
Color Harmonies of #032042
Complementary color
Monochromatic Colors of #032042
Black with #032042
Text Example
Text Example
White with #032042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032042; }
p { color: rgb(3,32,66); }
H1.HeaderClassName
{
color: #032042;
}
.AnyTagClassName
{
color: #032042;
}
</style>
background-color css
<style>
a { background-color: #032042; }
a { background-color: rgb(3,32,66); }
div.DivClassName
{
background-color: #032042;
}
.BgClassName
{
background-color: #032042;
}
</style>
border-color css
<style>
span { border-color: #032042; }
span { border-color: rgb(3,32,66); }
td.TdClassName
{
border-color: #032042;
}
.TagClassName
{
border-color: #032042;
}
</style>