Shades of Tangaroa #031C38
Tints of Tangaroa #031C38
RGB
CMYK
RGB Variations
Color information
#031C38 (or 0x031C38) is known color: Tangaroa. HEX triplet: 03, 1C and 38. RGB value is (3,28,56). Sum of RGB (Red+Green+Blue) = 3+28+56=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #031C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C38 is #FCE3C7. Grayscale: #171717. Windows color (decimal): -16573384 or 3677187. OLE color: 3677187.
HSL color Cylindrical-coordinate representation of color #031C38: hue angle of 211.7º 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 #031C38 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 28 | 56 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.78 |
| HSL | 211.7º | 0.9% | 0.12% | - |
| HSV(B) | 211.7º | 0.95% | 0.22% | - |
| XYZ | 1.17 | 1.14 | 3.9 | - |
| YUV | 23.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 56 | 0.95 | 0.50 | 0 | 0.78 | 211.7 | 0.9 | 0.12 |
| Hex | 3 | 1C | 38 | 5F | 32 | 0 | 4E | D4 | 5A | C |
| Octal | 3 | 34 | 70 | 137 | 62 | 0 | 116 | 324 | 132 | 14 |
| Binary | 11 | 11100 | 111000 | 1011111 | 110010 | 0 | 1001110 | 11010100 | 1011010 | 1100 |
Color Harmonies of #031C38
Complementary color
Monochromatic Colors of #031C38
Black with #031C38
Text Example
Text Example
White with #031C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C38; }
p { color: rgb(3,28,56); }
H1.HeaderClassName
{
color: #031C38;
}
.AnyTagClassName
{
color: #031C38;
}
</style>
background-color css
<style>
a { background-color: #031C38; }
a { background-color: rgb(3,28,56); }
div.DivClassName
{
background-color: #031C38;
}
.BgClassName
{
background-color: #031C38;
}
</style>
border-color css
<style>
span { border-color: #031C38; }
span { border-color: rgb(3,28,56); }
td.TdClassName
{
border-color: #031C38;
}
.TagClassName
{
border-color: #031C38;
}
</style>