Shades of Tangaroa #031C39
Tints of Tangaroa #031C39
RGB
CMYK
RGB Variations
Color information
#031C39 (or 0x031C39) is known color: Tangaroa. HEX triplet: 03, 1C and 39. RGB value is (3,28,57). Sum of RGB (Red+Green+Blue) = 3+28+57=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #031C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C39 is #FCE3C6. Grayscale: #171717. Windows color (decimal): -16573383 or 3742723. OLE color: 3742723.
HSL color Cylindrical-coordinate representation of color #031C39: hue angle of 212.22º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031C39 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 28 | 57 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.78 |
| HSL | 212.22º | 0.9% | 0.12% | - |
| HSV(B) | 212.22º | 0.95% | 0.22% | - |
| XYZ | 1.19 | 1.15 | 4.03 | - |
| YUV | 23.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 57 | 0.95 | 0.51 | 0 | 0.78 | 212.22 | 0.9 | 0.12 |
| Hex | 3 | 1C | 39 | 5F | 33 | 0 | 4E | D4 | 5A | C |
| Octal | 3 | 34 | 71 | 137 | 63 | 0 | 116 | 324 | 132 | 14 |
| Binary | 11 | 11100 | 111001 | 1011111 | 110011 | 0 | 1001110 | 11010100 | 1011010 | 1100 |
Color Harmonies of #031C39
Complementary color
Monochromatic Colors of #031C39
Black with #031C39
Text Example
Text Example
White with #031C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C39; }
p { color: rgb(3,28,57); }
H1.HeaderClassName
{
color: #031C39;
}
.AnyTagClassName
{
color: #031C39;
}
</style>
background-color css
<style>
a { background-color: #031C39; }
a { background-color: rgb(3,28,57); }
div.DivClassName
{
background-color: #031C39;
}
.BgClassName
{
background-color: #031C39;
}
</style>
border-color css
<style>
span { border-color: #031C39; }
span { border-color: rgb(3,28,57); }
td.TdClassName
{
border-color: #031C39;
}
.TagClassName
{
border-color: #031C39;
}
</style>