#294752

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

Shades of Teal Blue #294752

Tints of Teal Blue #294752

Color information

#294752 (or 0x294752) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 52. RGB value is (41,71,82). Sum of RGB (Red+Green+Blue) = 41+71+82=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #294752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294752 is #D6B8AD. Grayscale: #3F3F3F. Windows color (decimal): -14071982 or 5392169. OLE color: 5392169.

HSL color Cylindrical-coordinate representation of color #294752: hue angle of 196.1º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294752 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB417182-
CMYK0.500.1300.68
HSL196.1º33.33%24.12%-
HSV(B)196.1º50%32.16%-
XYZ4.695.598.81-
YUV63.28138.56112.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=21.13%
G=36.60%
B=42.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4171820.500.1300.68196.133.3324.12
Hex29475232D044c42118
Octal51107122621501043044130
Binary101001100011110100101100101101010001001100010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294752; }

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

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

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

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

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

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

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

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