Shades of Tangaroa #1E2E37
Tints of Tangaroa #1E2E37
RGB
CMYK
RGB Variations
Color information
#1E2E37 (or 0x1E2E37) is known color: Tangaroa. HEX triplet: 1E, 2E and 37. RGB value is (30,46,55). Sum of RGB (Red+Green+Blue) = 30+46+55=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E2E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2E37 is #E1D1C8. Grayscale: #2A2A2A. Windows color (decimal): -14799305 or 3616286. OLE color: 3616286.
HSL color Cylindrical-coordinate representation of color #1E2E37: hue angle of 201.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E2E37 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 46 | 55 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.78 |
| HSL | 201.6º | 0.29% | 0.17% | - |
| HSV(B) | 201.6º | 0.45% | 0.22% | - |
| XYZ | 2.2 | 2.51 | 3.98 | - |
| YUV | 42.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 55 | 0.45 | 0.16 | 0 | 0.78 | 201.6 | 0.29 | 0.17 |
| Hex | 1E | 2E | 37 | 2D | 10 | 0 | 4E | CA | 1D | 11 |
| Octal | 36 | 56 | 67 | 55 | 20 | 0 | 116 | 312 | 35 | 21 |
| Binary | 11110 | 101110 | 110111 | 101101 | 10000 | 0 | 1001110 | 11001010 | 11101 | 10001 |
Color Harmonies of #1E2E37
Complementary color
Monochromatic Colors of #1E2E37
Black with #1E2E37
Text Example
Text Example
White with #1E2E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2E37; }
p { color: rgb(30,46,55); }
H1.HeaderClassName
{
color: #1E2E37;
}
.AnyTagClassName
{
color: #1E2E37;
}
</style>
background-color css
<style>
a { background-color: #1E2E37; }
a { background-color: rgb(30,46,55); }
div.DivClassName
{
background-color: #1E2E37;
}
.BgClassName
{
background-color: #1E2E37;
}
</style>
border-color css
<style>
span { border-color: #1E2E37; }
span { border-color: rgb(30,46,55); }
td.TdClassName
{
border-color: #1E2E37;
}
.TagClassName
{
border-color: #1E2E37;
}
</style>