Shades of Tangaroa #031D41
Tints of Tangaroa #031D41
RGB
CMYK
RGB Variations
Color information
#031D41 (or 0x031D41) is known color: Tangaroa. HEX triplet: 03, 1D and 41. RGB value is (3,29,65). Sum of RGB (Red+Green+Blue) = 3+29+65=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #031D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D41 is #FCE2BE. Grayscale: #191919. Windows color (decimal): -16573119 or 4267267. OLE color: 4267267.
HSL color Cylindrical-coordinate representation of color #031D41: hue angle of 214.84º 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 #031D41 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 29 | 65 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.75 |
| HSL | 214.84º | 0.91% | 0.13% | - |
| HSV(B) | 214.84º | 0.95% | 0.25% | - |
| XYZ | 1.43 | 1.28 | 5.17 | - |
| YUV | 25.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 65 | 0.95 | 0.55 | 0 | 0.75 | 214.84 | 0.91 | 0.13 |
| Hex | 3 | 1D | 41 | 5F | 37 | 0 | 4B | D7 | 5B | D |
| Octal | 3 | 35 | 101 | 137 | 67 | 0 | 113 | 327 | 133 | 15 |
| Binary | 11 | 11101 | 1000001 | 1011111 | 110111 | 0 | 1001011 | 11010111 | 1011011 | 1101 |
Color Harmonies of #031D41
Complementary color
Monochromatic Colors of #031D41
Black with #031D41
Text Example
Text Example
White with #031D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D41; }
p { color: rgb(3,29,65); }
H1.HeaderClassName
{
color: #031D41;
}
.AnyTagClassName
{
color: #031D41;
}
</style>
background-color css
<style>
a { background-color: #031D41; }
a { background-color: rgb(3,29,65); }
div.DivClassName
{
background-color: #031D41;
}
.BgClassName
{
background-color: #031D41;
}
</style>
border-color css
<style>
span { border-color: #031D41; }
span { border-color: rgb(3,29,65); }
td.TdClassName
{
border-color: #031D41;
}
.TagClassName
{
border-color: #031D41;
}
</style>