#224752

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

Shades of Teal Blue #224752

Tints of Teal Blue #224752

Color information

#224752 (or 0x224752) is unknown color: approx Teal Blue. HEX triplet: 22, 47 and 52. RGB value is (34,71,82). Sum of RGB (Red+Green+Blue) = 34+71+82=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #224752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224752 is #DDB8AD. Grayscale: #3D3D3D. Windows color (decimal): -14530734 or 5392162. OLE color: 5392162.

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

Color convert

RGB347182-
CMYK0.590.1300.68
HSL193.75º41.38%22.75%-
HSV(B)193.75º58.54%32.16%-
XYZ4.445.468.8-
YUV61.19139.74108.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=18.18%
G=37.97%
B=43.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3471820.590.1300.68193.7541.3822.75
Hex2247523BD044c22917
Octal42107122731501043025127
Binary100010100011110100101110111101010001001100001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224752; }

 p { color: rgb(34,71,82); }

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

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

 a { background-color: rgb(34,71,82); }

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

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

 span { border-color: rgb(34,71,82); }

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