#22474C

Color #22474C Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #22474C

Tints of Teal Blue #22474C

Color information

#22474C (or 0x22474C) is unknown color: approx Teal Blue. HEX triplet: 22, 47 and 4C. RGB value is (34,71,76). Sum of RGB (Red+Green+Blue) = 34+71+76=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #22474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22474C is #DDB8B3. Grayscale: #3C3C3C. Windows color (decimal): -14530740 or 4998946. OLE color: 4998946.

HSL color Cylindrical-coordinate representation of color #22474C: hue angle of 187.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22474C is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB347176-
CMYK0.550.0700.70
HSL187.14º38.18%21.57%-
HSV(B)187.14º55.26%29.8%-
XYZ4.225.377.65-
YUV60.51136.74109.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=18.78%
G=39.23%
B=41.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3471760.550.0700.70187.1438.1821.57
Hex22474C377046bb2616
Octal4210711467701062734626
Binary10001010001111001100110111111010001101011101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22474C; }

 p { color: rgb(34,71,76); }

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

<style>
 a { background-color: #22474C; }

 a { background-color: rgb(34,71,76); }

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

<style>
 span { border-color: #22474C; }

 span { border-color: rgb(34,71,76); }

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