Shades of Tangaroa #031E40
Tints of Tangaroa #031E40
RGB
CMYK
RGB Variations
Color information
#031E40 (or 0x031E40) is known color: Tangaroa. HEX triplet: 03, 1E and 40. RGB value is (3,30,64). Sum of RGB (Red+Green+Blue) = 3+30+64=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #031E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E40 is #FCE1BF. Grayscale: #191919. Windows color (decimal): -16572864 or 4201987. OLE color: 4201987.
HSL color Cylindrical-coordinate representation of color #031E40: hue angle of 213.44º 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 #031E40 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 30 | 64 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.75 |
| HSL | 213.44º | 0.91% | 0.13% | - |
| HSV(B) | 213.44º | 0.95% | 0.25% | - |
| XYZ | 1.43 | 1.32 | 5.03 | - |
| YUV | 25.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 64 | 0.95 | 0.53 | 0 | 0.75 | 213.44 | 0.91 | 0.13 |
| Hex | 3 | 1E | 40 | 5F | 35 | 0 | 4B | D5 | 5B | D |
| Octal | 3 | 36 | 100 | 137 | 65 | 0 | 113 | 325 | 133 | 15 |
| Binary | 11 | 11110 | 1000000 | 1011111 | 110101 | 0 | 1001011 | 11010101 | 1011011 | 1101 |
Color Harmonies of #031E40
Complementary color
Monochromatic Colors of #031E40
Black with #031E40
Text Example
Text Example
White with #031E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E40; }
p { color: rgb(3,30,64); }
H1.HeaderClassName
{
color: #031E40;
}
.AnyTagClassName
{
color: #031E40;
}
</style>
background-color css
<style>
a { background-color: #031E40; }
a { background-color: rgb(3,30,64); }
div.DivClassName
{
background-color: #031E40;
}
.BgClassName
{
background-color: #031E40;
}
</style>
border-color css
<style>
span { border-color: #031E40; }
span { border-color: rgb(3,30,64); }
td.TdClassName
{
border-color: #031E40;
}
.TagClassName
{
border-color: #031E40;
}
</style>