#294755

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

Shades of Teal Blue #294755

Tints of Teal Blue #294755

Color information

#294755 (or 0x294755) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 55. RGB value is (41,71,85). Sum of RGB (Red+Green+Blue) = 41+71+85=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #294755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294755 is #D6B8AA. Grayscale: #3F3F3F. Windows color (decimal): -14071979 or 5588777. OLE color: 5588777.

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

Color convert

RGB417185-
CMYK0.520.1600.67
HSL199.09º34.92%24.71%-
HSV(B)199.09º51.76%33.33%-
XYZ4.815.639.43-
YUV63.63140.06111.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=20.81%
G=36.04%
B=43.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4171850.520.1600.67199.0934.9224.71
Hex2947553410043c72319
Octal51107125642001033074331
Binary1010011000111101010111010010000010000111100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294755; }

 p { color: rgb(41,71,85); }

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

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

 a { background-color: rgb(41,71,85); }

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

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

 span { border-color: rgb(41,71,85); }

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