Shades of Tangaroa #032A44
Tints of Tangaroa #032A44
RGB
CMYK
RGB Variations
Color information
#032A44 (or 0x032A44) is known color: Tangaroa. HEX triplet: 03, 2A and 44. RGB value is (3,42,68). Sum of RGB (Red+Green+Blue) = 3+42+68=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #032A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A44 is #FCD5BB. Grayscale: #212121. Windows color (decimal): -16569788 or 4467203. OLE color: 4467203.
HSL color Cylindrical-coordinate representation of color #032A44: hue angle of 204º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A44 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 42 | 68 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.73 |
| HSL | 204º | 0.92% | 0.14% | - |
| HSV(B) | 204º | 0.96% | 0.27% | - |
| XYZ | 1.91 | 2.09 | 5.77 | - |
| YUV | 33.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 68 | 0.96 | 0.38 | 0 | 0.73 | 204 | 0.92 | 0.14 |
| Hex | 3 | 2A | 44 | 60 | 26 | 0 | 49 | CC | 5C | E |
| Octal | 3 | 52 | 104 | 140 | 46 | 0 | 111 | 314 | 134 | 16 |
| Binary | 11 | 101010 | 1000100 | 1100000 | 100110 | 0 | 1001001 | 11001100 | 1011100 | 1110 |
Color Harmonies of #032A44
Complementary color
Monochromatic Colors of #032A44
Black with #032A44
Text Example
Text Example
White with #032A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A44; }
p { color: rgb(3,42,68); }
H1.HeaderClassName
{
color: #032A44;
}
.AnyTagClassName
{
color: #032A44;
}
</style>
background-color css
<style>
a { background-color: #032A44; }
a { background-color: rgb(3,42,68); }
div.DivClassName
{
background-color: #032A44;
}
.BgClassName
{
background-color: #032A44;
}
</style>
border-color css
<style>
span { border-color: #032A44; }
span { border-color: rgb(3,42,68); }
td.TdClassName
{
border-color: #032A44;
}
.TagClassName
{
border-color: #032A44;
}
</style>