#294A57

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

Shades of Teal Blue #294A57

Tints of Teal Blue #294A57

Color information

#294A57 (or 0x294A57) is unknown color: approx Teal Blue. HEX triplet: 29, 4A and 57. RGB value is (41,74,87). Sum of RGB (Red+Green+Blue) = 41+74+87=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #294A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A57 is #D6B5A8. Grayscale: #414141. Windows color (decimal): -14071209 or 5720617. OLE color: 5720617.

HSL color Cylindrical-coordinate representation of color #294A57: hue angle of 196.96º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294A57 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB417487-
CMYK0.530.1500.66
HSL196.96º35.94%25.1%-
HSV(B)196.96º52.87%34.12%-
XYZ5.086.069.92-
YUV65.61140.07110.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=20.30%
G=36.63%
B=43.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4174870.530.1500.66196.9635.9425.1
Hex294A5735F042c52419
Octal51112127651701023054431
Binary101001100101010101111101011111010000101100010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294A57; }

 p { color: rgb(41,74,87); }

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

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

 a { background-color: rgb(41,74,87); }

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

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

 span { border-color: rgb(41,74,87); }

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