Shades of Tangaroa #031E42
Tints of Tangaroa #031E42
RGB
CMYK
RGB Variations
Color information
#031E42 (or 0x031E42) is known color: Tangaroa. HEX triplet: 03, 1E and 42. RGB value is (3,30,66). Sum of RGB (Red+Green+Blue) = 3+30+66=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 66 (26.17% from 255 or 66.67% from 99); Max value from RGB is 66 - color contains mainly: blue. Hex color #031E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E42 is #FCE1BD. Grayscale: #191919. Windows color (decimal): -16572862 or 4333059. OLE color: 4333059.
HSL color Cylindrical-coordinate representation of color #031E42: hue angle of 214.29º 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 #031E42 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 30 | 66 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.74 |
| HSL | 214.29º | 0.91% | 0.14% | - |
| HSV(B) | 214.29º | 0.95% | 0.26% | - |
| XYZ | 1.49 | 1.34 | 5.33 | - |
| YUV | 26.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 66 | 0.95 | 0.55 | 0 | 0.74 | 214.29 | 0.91 | 0.14 |
| Hex | 3 | 1E | 42 | 5F | 37 | 0 | 4A | D6 | 5B | E |
| Octal | 3 | 36 | 102 | 137 | 67 | 0 | 112 | 326 | 133 | 16 |
| Binary | 11 | 11110 | 1000010 | 1011111 | 110111 | 0 | 1001010 | 11010110 | 1011011 | 1110 |
Color Harmonies of #031E42
Complementary color
Monochromatic Colors of #031E42
Black with #031E42
Text Example
Text Example
White with #031E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E42; }
p { color: rgb(3,30,66); }
H1.HeaderClassName
{
color: #031E42;
}
.AnyTagClassName
{
color: #031E42;
}
</style>
background-color css
<style>
a { background-color: #031E42; }
a { background-color: rgb(3,30,66); }
div.DivClassName
{
background-color: #031E42;
}
.BgClassName
{
background-color: #031E42;
}
</style>
border-color css
<style>
span { border-color: #031E42; }
span { border-color: rgb(3,30,66); }
td.TdClassName
{
border-color: #031E42;
}
.TagClassName
{
border-color: #031E42;
}
</style>