#222F37

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

Shades of Tangaroa #222F37

Tints of Tangaroa #222F37

Color information

#222F37 (or 0x222F37) is unknown color: approx Tangaroa. HEX triplet: 22, 2F and 37. RGB value is (34,47,55). Sum of RGB (Red+Green+Blue) = 34+47+55=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #222F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F37 is #DDD0C8. Grayscale: #2B2B2B. Windows color (decimal): -14536905 or 3616546. OLE color: 3616546.

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

Color convert

RGB344755-
CMYK0.380.1500.78
HSL202.86º23.6%17.45%-
HSV(B)202.86º38.18%21.57%-
XYZ2.372.654-
YUV44.02134.19120.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=25%
G=34.56%
B=40.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3447550.380.1500.78202.8623.617.45
Hex222F3726F04Ecb1811
Octal425767461701163133021
Binary100010101111110111100110111101001110110010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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