#222E38

Color #222E38 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #222E38

Tints of Tangaroa #222E38

Color information

#222E38 (or 0x222E38) is unknown color: approx 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

RGB344656-
CMYK0.390.1800.78
HSL207.27º24.44%17.65%-
HSV(B)207.27º39.29%21.96%-
XYZ2.352.584.12-
YUV43.55135.02121.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=25%
G=33.82%
B=41.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3446560.390.1800.78207.2724.4417.65
Hex222E38271204Ecf1812
Octal425670472201163173022
Binary1000101011101110001001111001001001110110011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>