#294957

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

Shades of Teal Blue #294957

Tints of Teal Blue #294957

Color information

#294957 (or 0x294957) is unknown color: approx Teal Blue. HEX triplet: 29, 49 and 57. RGB value is (41,73,87). Sum of RGB (Red+Green+Blue) = 41+73+87=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #294957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294957 is #D6B6A8. Grayscale: #404040. Windows color (decimal): -14071465 or 5720361. OLE color: 5720361.

HSL color Cylindrical-coordinate representation of color #294957: hue angle of 198.26º 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 #294957 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB417387-
CMYK0.530.1600.66
HSL198.26º35.94%25.1%-
HSV(B)198.26º52.87%34.12%-
XYZ5.025.929.9-
YUV65.03140.4110.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=20.40%
G=36.32%
B=43.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4173870.530.1600.66198.2635.9425.1
Hex2949573510042c62419
Octal51111127652001023064431
Binary1010011001001101011111010110000010000101100011010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294957; }

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

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

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

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

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

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

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

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