#22494E

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

Shades of Teal Blue #22494E

Tints of Teal Blue #22494E

Color information

#22494E (or 0x22494E) is unknown color: approx Teal Blue. HEX triplet: 22, 49 and 4E. RGB value is (34,73,78). Sum of RGB (Red+Green+Blue) = 34+73+78=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #22494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22494E is #DDB6B1. Grayscale: #3D3D3D. Windows color (decimal): -14530226 or 5130530. OLE color: 5130530.

HSL color Cylindrical-coordinate representation of color #22494E: hue angle of 186.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22494E is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB347378-
CMYK0.560.0600.69
HSL186.82º39.29%21.96%-
HSV(B)186.82º56.41%30.59%-
XYZ4.425.668.07-
YUV61.91137.08108.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=18.38%
G=39.46%
B=42.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3473780.560.0600.69186.8239.2921.96
Hex22494E386045bb2716
Octal4211111670601052734726
Binary10001010010011001110111000110010001011011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22494E; }

 p { color: rgb(34,73,78); }

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

<style>
 a { background-color: #22494E; }

 a { background-color: rgb(34,73,78); }

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

<style>
 span { border-color: #22494E; }

 span { border-color: rgb(34,73,78); }

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