Shades of Tangaroa #222E38
Tints of Tangaroa #222E38
RGB
CMYK
RGB Variations
Color information
#222E38 (or 0x222E38) is known color: Tangaroa. HEX triplet: 22, 2E and 38. RGB value is (34,46,56). Sum of RGB (Red+Green+Blue) = 34+46+56=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #222E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E38 is #DDD1C7. Grayscale: #2B2B2B. Windows color (decimal): -14537160 or 3681826. OLE color: 3681826.
HSL color Cylindrical-coordinate representation of color #222E38: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #222E38 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 46 | 56 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.78 |
| HSL | 207.27º | 0.24% | 0.18% | - |
| HSV(B) | 207.27º | 0.39% | 0.22% | - |
| XYZ | 2.35 | 2.58 | 4.12 | - |
| YUV | 43.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 56 | 0.39 | 0.18 | 0 | 0.78 | 207.27 | 0.24 | 0.18 |
| Hex | 22 | 2E | 38 | 27 | 12 | 0 | 4E | CF | 18 | 12 |
| Octal | 42 | 56 | 70 | 47 | 22 | 0 | 116 | 317 | 30 | 22 |
| Binary | 100010 | 101110 | 111000 | 100111 | 10010 | 0 | 1001110 | 11001111 | 11000 | 10010 |
Color Harmonies of #222E38
Complementary color
Monochromatic Colors of #222E38
Black with #222E38
Text Example
Text Example
White with #222E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E38; }
p { color: rgb(34,46,56); }
H1.HeaderClassName
{
color: #222E38;
}
.AnyTagClassName
{
color: #222E38;
}
</style>
background-color css
<style>
a { background-color: #222E38; }
a { background-color: rgb(34,46,56); }
div.DivClassName
{
background-color: #222E38;
}
.BgClassName
{
background-color: #222E38;
}
</style>
border-color css
<style>
span { border-color: #222E38; }
span { border-color: rgb(34,46,56); }
td.TdClassName
{
border-color: #222E38;
}
.TagClassName
{
border-color: #222E38;
}
</style>