#222D37

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

Shades of Tangaroa #222D37

Tints of Tangaroa #222D37

Color information

#222D37 (or 0x222D37) is unknown color: approx Tangaroa. HEX triplet: 22, 2D and 37. RGB value is (34,45,55). Sum of RGB (Red+Green+Blue) = 34+45+55=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #222D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D37 is #DDD2C8. Grayscale: #2A2A2A. Windows color (decimal): -14537417 or 3616034. OLE color: 3616034.

HSL color Cylindrical-coordinate representation of color #222D37: hue angle of 208.57º 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 #222D37 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB344555-
CMYK0.380.1800.78
HSL208.57º23.6%17.45%-
HSV(B)208.57º38.18%21.57%-
XYZ2.292.493.97-
YUV42.85134.86121.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.37%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=25.37%
G=33.58%
B=41.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3445550.380.1800.78208.5723.617.45
Hex222D37261204Ed11811
Octal425567462201163213021
Binary1000101011011101111001101001001001110110100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D37; }

 p { color: rgb(34,45,55); }

 H1.HeaderClassName
 {
   color: #222D37;
 }
 .AnyTagClassName
 {
   color: #222D37;
 }
</style>
background-color css

<style>
 a { background-color: #222D37; }

 a { background-color: rgb(34,45,55); }

 div.DivClassName
 {
   background-color: #222D37;
 }
 .BgClassName
 {
   background-color: #222D37;
 }
</style>
border-color css

<style>
 span { border-color: #222D37; }

 span { border-color: rgb(34,45,55); }

 td.TdClassName
 {
   border-color: #222D37;
 }
 .TagClassName
 {
   border-color: #222D37;
 }
</style>