#294857

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

Shades of Teal Blue #294857

Tints of Teal Blue #294857

Color information

#294857 (or 0x294857) is unknown color: approx Teal Blue. HEX triplet: 29, 48 and 57. RGB value is (41,72,87). Sum of RGB (Red+Green+Blue) = 41+72+87=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #294857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294857 is #D6B7A8. Grayscale: #404040. Windows color (decimal): -14071721 or 5720105. OLE color: 5720105.

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

Color convert

RGB417287-
CMYK0.530.1700.66
HSL199.57º35.94%25.1%-
HSV(B)199.57º52.87%34.12%-
XYZ4.955.799.87-
YUV64.44140.73111.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=20.5%
G=36%
B=43.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4172870.530.1700.66199.5735.9425.1
Hex2948573511042c82419
Octal51110127652101023104431
Binary1010011001000101011111010110001010000101100100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294857; }

 p { color: rgb(41,72,87); }

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

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

 a { background-color: rgb(41,72,87); }

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

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

 span { border-color: rgb(41,72,87); }

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