#224551

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

Shades of Teal Blue #224551

Tints of Teal Blue #224551

Color information

#224551 (or 0x224551) is unknown color: approx Teal Blue. HEX triplet: 22, 45 and 51. RGB value is (34,69,81). Sum of RGB (Red+Green+Blue) = 34+69+81=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #224551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224551 is #DDBAAE. Grayscale: #3B3B3B. Windows color (decimal): -14531247 or 5326114. OLE color: 5326114.

HSL color Cylindrical-coordinate representation of color #224551: hue angle of 195.32º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #224551 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB346981-
CMYK0.580.1500.68
HSL195.32º40.87%22.55%-
HSV(B)195.32º58.02%31.76%-
XYZ4.275.198.56-
YUV59.9139.9109.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=18.48%
G=37.5%
B=44.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3469810.580.1500.68195.3240.8722.55
Hex2245513AF044c32917
Octal42105121721701043035127
Binary100010100010110100011110101111010001001100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224551; }

 p { color: rgb(34,69,81); }

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

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

 a { background-color: rgb(34,69,81); }

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

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

 span { border-color: rgb(34,69,81); }

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