#294C56

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

Shades of Teal Blue #294C56

Tints of Teal Blue #294C56

Color information

#294C56 (or 0x294C56) is unknown color: approx Teal Blue. HEX triplet: 29, 4C and 56. RGB value is (41,76,86). Sum of RGB (Red+Green+Blue) = 41+76+86=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #294C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C56 is #D6B3A9. Grayscale: #424242. Windows color (decimal): -14070698 or 5655593. OLE color: 5655593.

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

Color convert

RGB417686-
CMYK0.520.1200.66
HSL193.33º35.43%24.9%-
HSV(B)193.33º52.33%33.73%-
XYZ5.186.319.75-
YUV66.68138.9109.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=20.20%
G=37.44%
B=42.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4176860.520.1200.66193.3335.4324.9
Hex294C5634C042c12319
Octal51114126641401023014331
Binary101001100110010101101101001100010000101100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,76,86); }

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

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

 a { background-color: rgb(41,76,86); }

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

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

 span { border-color: rgb(41,76,86); }

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