#294F5B

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

Shades of Teal Blue #294F5B

Tints of Teal Blue #294F5B

Color information

#294F5B (or 0x294F5B) is unknown color: approx Teal Blue. HEX triplet: 29, 4F and 5B. RGB value is (41,79,91). Sum of RGB (Red+Green+Blue) = 41+79+91=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #294F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F5B is #D6B0A4. Grayscale: #444444. Windows color (decimal): -14069925 or 5984041. OLE color: 5984041.

HSL color Cylindrical-coordinate representation of color #294F5B: hue angle of 194.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #294F5B is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB417991-
CMYK0.550.1300.64
HSL194.4º37.88%25.88%-
HSV(B)194.4º54.95%35.69%-
XYZ5.66.8210.92-
YUV69.01140.41108.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=19.43%
G=37.44%
B=43.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4179910.550.1300.64194.437.8825.88
Hex294F5B37D040c2261a
Octal51117133671501003024632
Binary101001100111110110111101111101010000001100001010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,79,91); }

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

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

 a { background-color: rgb(41,79,91); }

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

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

 span { border-color: rgb(41,79,91); }

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