#294753

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

Shades of Teal Blue #294753

Tints of Teal Blue #294753

Color information

#294753 (or 0x294753) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 53. RGB value is (41,71,83). Sum of RGB (Red+Green+Blue) = 41+71+83=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #294753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294753 is #D6B8AC. Grayscale: #3F3F3F. Windows color (decimal): -14071981 or 5457705. OLE color: 5457705.

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

Color convert

RGB417183-
CMYK0.510.1400.67
HSL197.14º33.87%24.31%-
HSV(B)197.14º50.6%32.55%-
XYZ4.735.69.02-
YUV63.4139.06112.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=21.03%
G=36.41%
B=42.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4171830.510.1400.67197.1433.8724.31
Hex29475333E043c52218
Octal51107123631601033054230
Binary101001100011110100111100111110010000111100010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294753; }

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

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

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

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

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

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

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

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