#224958

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

Shades of Teal Blue #224958

Tints of Teal Blue #224958

Color information

#224958 (or 0x224958) is unknown color: approx Teal Blue. HEX triplet: 22, 49 and 58. RGB value is (34,73,88). Sum of RGB (Red+Green+Blue) = 34+73+88=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #224958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224958 is #DDB6A7. Grayscale: #3E3E3E. Windows color (decimal): -14530216 or 5785890. OLE color: 5785890.

HSL color Cylindrical-coordinate representation of color #224958: hue angle of 196.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224958 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB347388-
CMYK0.610.1700.65
HSL196.67º44.26%23.92%-
HSV(B)196.67º61.36%34.51%-
XYZ4.85.8110.1-
YUV63.05142.08107.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=17.44%
G=37.44%
B=45.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3473880.610.1700.65196.6744.2623.92
Hex2249583D11041c52c18
Octal42111130752101013055430
Binary1000101001001101100011110110001010000011100010110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224958; }

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

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

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

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

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

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

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

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