#294654

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

Shades of Teal Blue #294654

Tints of Teal Blue #294654

Color information

#294654 (or 0x294654) is unknown color: approx Teal Blue. HEX triplet: 29, 46 and 54. RGB value is (41,70,84). Sum of RGB (Red+Green+Blue) = 41+70+84=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #294654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294654 is #D6B9AB. Grayscale: #3E3E3E. Windows color (decimal): -14072236 or 5522985. OLE color: 5522985.

HSL color Cylindrical-coordinate representation of color #294654: hue angle of 199.53º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294654 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB417084-
CMYK0.510.1700.67
HSL199.53º34.4%24.51%-
HSV(B)199.53º51.19%32.94%-
XYZ4.75.499.2-
YUV62.92139.89112.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=21.03%
G=35.90%
B=43.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4170840.510.1700.67199.5334.424.51
Hex2946543311043c82219
Octal51106124632101033104231
Binary1010011000110101010011001110001010000111100100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294654; }

 p { color: rgb(41,70,84); }

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

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

 a { background-color: rgb(41,70,84); }

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

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

 span { border-color: rgb(41,70,84); }

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