Shades of Tangaroa #031B3C
Tints of Tangaroa #031B3C
RGB
CMYK
RGB Variations
Color information
#031B3C (or 0x031B3C) is known color: Tangaroa. HEX triplet: 03, 1B and 3C. RGB value is (3,27,60). Sum of RGB (Red+Green+Blue) = 3+27+60=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 60 (23.83% from 255 or 66.67% from 90); Max value from RGB is 60 - color contains mainly: blue. Hex color #031B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B3C is #FCE4C3. Grayscale: #171717. Windows color (decimal): -16573636 or 3939075. OLE color: 3939075.
HSL color Cylindrical-coordinate representation of color #031B3C: hue angle of 214.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031B3C is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 27 | 60 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.76 |
| HSL | 214.74º | 0.9% | 0.12% | - |
| HSV(B) | 214.74º | 0.95% | 0.24% | - |
| XYZ | 1.25 | 1.13 | 4.43 | - |
| YUV | 23.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 60 | 0.95 | 0.55 | 0 | 0.76 | 214.74 | 0.9 | 0.12 |
| Hex | 3 | 1B | 3C | 5F | 37 | 0 | 4C | D7 | 5A | C |
| Octal | 3 | 33 | 74 | 137 | 67 | 0 | 114 | 327 | 132 | 14 |
| Binary | 11 | 11011 | 111100 | 1011111 | 110111 | 0 | 1001100 | 11010111 | 1011010 | 1100 |
Color Harmonies of #031B3C
Complementary color
Monochromatic Colors of #031B3C
Black with #031B3C
Text Example
Text Example
White with #031B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B3C; }
p { color: rgb(3,27,60); }
H1.HeaderClassName
{
color: #031B3C;
}
.AnyTagClassName
{
color: #031B3C;
}
</style>
background-color css
<style>
a { background-color: #031B3C; }
a { background-color: rgb(3,27,60); }
div.DivClassName
{
background-color: #031B3C;
}
.BgClassName
{
background-color: #031B3C;
}
</style>
border-color css
<style>
span { border-color: #031B3C; }
span { border-color: rgb(3,27,60); }
td.TdClassName
{
border-color: #031B3C;
}
.TagClassName
{
border-color: #031B3C;
}
</style>