#224855

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

Shades of Teal Blue #224855

Tints of Teal Blue #224855

Color information

#224855 (or 0x224855) is unknown color: approx Teal Blue. HEX triplet: 22, 48 and 55. RGB value is (34,72,85). Sum of RGB (Red+Green+Blue) = 34+72+85=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #224855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224855 is #DDB7AA. Grayscale: #3E3E3E. Windows color (decimal): -14530475 or 5589026. OLE color: 5589026.

HSL color Cylindrical-coordinate representation of color #224855: hue angle of 195.29º degrees, saturation: 0.43, 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 #224855 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB347285-
CMYK0.600.1500.67
HSL195.29º42.86%23.33%-
HSV(B)195.29º60%33.33%-
XYZ4.625.639.44-
YUV62.12140.91107.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=17.80%
G=37.70%
B=44.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3472850.600.1500.67195.2942.8623.33
Hex2248553CF043c32b17
Octal42110125741701033035327
Binary100010100100010101011111001111010000111100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224855; }

 p { color: rgb(34,72,85); }

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

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

 a { background-color: rgb(34,72,85); }

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

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

 span { border-color: rgb(34,72,85); }

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