Shades of Tangaroa #031F43
Tints of Tangaroa #031F43
RGB
CMYK
RGB Variations
Color information
#031F43 (or 0x031F43) is known color: Tangaroa. HEX triplet: 03, 1F and 43. RGB value is (3,31,67). Sum of RGB (Red+Green+Blue) = 3+31+67=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #031F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F43 is #FCE0BC. Grayscale: #1A1A1A. Windows color (decimal): -16572605 or 4398851. OLE color: 4398851.
HSL color Cylindrical-coordinate representation of color #031F43: hue angle of 213.75º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031F43 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 31 | 67 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.74 |
| HSL | 213.75º | 0.91% | 0.14% | - |
| HSV(B) | 213.75º | 0.96% | 0.26% | - |
| XYZ | 1.54 | 1.4 | 5.5 | - |
| YUV | 26.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 67 | 0.96 | 0.54 | 0 | 0.74 | 213.75 | 0.91 | 0.14 |
| Hex | 3 | 1F | 43 | 60 | 36 | 0 | 4A | D6 | 5B | E |
| Octal | 3 | 37 | 103 | 140 | 66 | 0 | 112 | 326 | 133 | 16 |
| Binary | 11 | 11111 | 1000011 | 1100000 | 110110 | 0 | 1001010 | 11010110 | 1011011 | 1110 |
Color Harmonies of #031F43
Complementary color
Monochromatic Colors of #031F43
Black with #031F43
Text Example
Text Example
White with #031F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F43; }
p { color: rgb(3,31,67); }
H1.HeaderClassName
{
color: #031F43;
}
.AnyTagClassName
{
color: #031F43;
}
</style>
background-color css
<style>
a { background-color: #031F43; }
a { background-color: rgb(3,31,67); }
div.DivClassName
{
background-color: #031F43;
}
.BgClassName
{
background-color: #031F43;
}
</style>
border-color css
<style>
span { border-color: #031F43; }
span { border-color: rgb(3,31,67); }
td.TdClassName
{
border-color: #031F43;
}
.TagClassName
{
border-color: #031F43;
}
</style>