#224954

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

Shades of Teal Blue #224954

Tints of Teal Blue #224954

Color information

#224954 (or 0x224954) is unknown color: approx Teal Blue. HEX triplet: 22, 49 and 54. RGB value is (34,73,84). Sum of RGB (Red+Green+Blue) = 34+73+84=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #224954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224954 is #DDB6AB. Grayscale: #3E3E3E. Windows color (decimal): -14530220 or 5523746. OLE color: 5523746.

HSL color Cylindrical-coordinate representation of color #224954: hue angle of 193.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224954 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB347384-
CMYK0.600.1300.67
HSL193.2º42.37%23.14%-
HSV(B)193.2º59.52%32.94%-
XYZ4.645.759.25-
YUV62.59140.08107.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=17.80%
G=38.22%
B=43.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3473840.600.1300.67193.242.3723.14
Hex2249543CD043c12a17
Octal42111124741501033015227
Binary100010100100110101001111001101010000111100000110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224954; }

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

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

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

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

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

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

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

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