#294A52

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

Shades of Teal Blue #294A52

Tints of Teal Blue #294A52

Color information

#294A52 (or 0x294A52) is unknown color: approx Teal Blue. HEX triplet: 29, 4A and 52. RGB value is (41,74,82). Sum of RGB (Red+Green+Blue) = 41+74+82=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #294A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A52 is #D6B5AD. Grayscale: #404040. Windows color (decimal): -14071214 or 5392937. OLE color: 5392937.

HSL color Cylindrical-coordinate representation of color #294A52: hue angle of 191.71º 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 #294A52 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB417482-
CMYK0.500.1000.68
HSL191.71º33.33%24.12%-
HSV(B)191.71º50%32.16%-
XYZ4.895.988.88-
YUV65.04137.57110.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=20.81%
G=37.56%
B=41.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4174820.500.1000.68191.7133.3324.12
Hex294A5232A044c02118
Octal51112122621201043004130
Binary101001100101010100101100101010010001001100000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294A52; }

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

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

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

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

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

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

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

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