#224B55

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

Shades of Teal Blue #224B55

Tints of Teal Blue #224B55

Color information

#224B55 (or 0x224B55) is unknown color: approx Teal Blue. HEX triplet: 22, 4B and 55. RGB value is (34,75,85). Sum of RGB (Red+Green+Blue) = 34+75+85=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #224B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B55 is #DDB4AA. Grayscale: #3F3F3F. Windows color (decimal): -14529707 or 5589794. OLE color: 5589794.

HSL color Cylindrical-coordinate representation of color #224B55: hue angle of 191.76º 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 #224B55 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB347585-
CMYK0.600.1200.67
HSL191.76º42.86%23.33%-
HSV(B)191.76º60%33.33%-
XYZ4.826.039.5-
YUV63.88139.92106.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.53%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=17.53%
G=38.66%
B=43.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3475850.600.1200.67191.7642.8623.33
Hex224B553CC043c02b17
Octal42113125741401033005327
Binary100010100101110101011111001100010000111100000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224B55; }

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

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

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

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

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

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

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

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