Shades of Tangaroa #222E37
Tints of Tangaroa #222E37
RGB
CMYK
RGB Variations
Color information
#222E37 (or 0x222E37) is known color: Tangaroa. HEX triplet: 22, 2E and 37. RGB value is (34,46,55). Sum of RGB (Red+Green+Blue) = 34+46+55=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: blue. Hex color #222E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E37 is #DDD1C8. Grayscale: #2B2B2B. Windows color (decimal): -14537161 or 3616290. OLE color: 3616290.
HSL color Cylindrical-coordinate representation of color #222E37: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #222E37 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 46 | 55 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.78 |
| HSL | 205.71º | 0.24% | 0.17% | - |
| HSV(B) | 205.71º | 0.38% | 0.22% | - |
| XYZ | 2.33 | 2.57 | 3.99 | - |
| YUV | 43.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 55 | 0.38 | 0.16 | 0 | 0.78 | 205.71 | 0.24 | 0.17 |
| Hex | 22 | 2E | 37 | 26 | 10 | 0 | 4E | CE | 18 | 11 |
| Octal | 42 | 56 | 67 | 46 | 20 | 0 | 116 | 316 | 30 | 21 |
| Binary | 100010 | 101110 | 110111 | 100110 | 10000 | 0 | 1001110 | 11001110 | 11000 | 10001 |
Color Harmonies of #222E37
Complementary color
Monochromatic Colors of #222E37
Black with #222E37
Text Example
Text Example
White with #222E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E37; }
p { color: rgb(34,46,55); }
H1.HeaderClassName
{
color: #222E37;
}
.AnyTagClassName
{
color: #222E37;
}
</style>
background-color css
<style>
a { background-color: #222E37; }
a { background-color: rgb(34,46,55); }
div.DivClassName
{
background-color: #222E37;
}
.BgClassName
{
background-color: #222E37;
}
</style>
border-color css
<style>
span { border-color: #222E37; }
span { border-color: rgb(34,46,55); }
td.TdClassName
{
border-color: #222E37;
}
.TagClassName
{
border-color: #222E37;
}
</style>