Shades of Tangaroa #031C3D
Tints of Tangaroa #031C3D
RGB
CMYK
RGB Variations
Color information
#031C3D (or 0x031C3D) is known color: Tangaroa. HEX triplet: 03, 1C and 3D. RGB value is (3,28,61). Sum of RGB (Red+Green+Blue) = 3+28+61=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #031C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C3D is #FCE3C2. Grayscale: #181818. Windows color (decimal): -16573379 or 4004867. OLE color: 4004867.
HSL color Cylindrical-coordinate representation of color #031C3D: hue angle of 214.14º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031C3D is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 28 | 61 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.76 |
| HSL | 214.14º | 0.91% | 0.13% | - |
| HSV(B) | 214.14º | 0.95% | 0.24% | - |
| XYZ | 1.3 | 1.19 | 4.58 | - |
| YUV | 24.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 61 | 0.95 | 0.54 | 0 | 0.76 | 214.14 | 0.91 | 0.13 |
| Hex | 3 | 1C | 3D | 5F | 36 | 0 | 4C | D6 | 5B | D |
| Octal | 3 | 34 | 75 | 137 | 66 | 0 | 114 | 326 | 133 | 15 |
| Binary | 11 | 11100 | 111101 | 1011111 | 110110 | 0 | 1001100 | 11010110 | 1011011 | 1101 |
Color Harmonies of #031C3D
Complementary color
Monochromatic Colors of #031C3D
Black with #031C3D
Text Example
Text Example
White with #031C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C3D; }
p { color: rgb(3,28,61); }
H1.HeaderClassName
{
color: #031C3D;
}
.AnyTagClassName
{
color: #031C3D;
}
</style>
background-color css
<style>
a { background-color: #031C3D; }
a { background-color: rgb(3,28,61); }
div.DivClassName
{
background-color: #031C3D;
}
.BgClassName
{
background-color: #031C3D;
}
</style>
border-color css
<style>
span { border-color: #031C3D; }
span { border-color: rgb(3,28,61); }
td.TdClassName
{
border-color: #031C3D;
}
.TagClassName
{
border-color: #031C3D;
}
</style>