#294552

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

Shades of Teal Blue #294552

Tints of Teal Blue #294552

Color information

#294552 (or 0x294552) is unknown color: approx Teal Blue. HEX triplet: 29, 45 and 52. RGB value is (41,69,82). Sum of RGB (Red+Green+Blue) = 41+69+82=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #294552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294552 is #D6BAAD. Grayscale: #3E3E3E. Windows color (decimal): -14072494 or 5391657. OLE color: 5391657.

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

Color convert

RGB416982-
CMYK0.500.1600.68
HSL199.02º33.33%24.12%-
HSV(B)199.02º50%32.16%-
XYZ4.575.348.77-
YUV62.11139.22112.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=21.35%
G=35.94%
B=42.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4169820.500.1600.68199.0233.3324.12
Hex2945523210044c72118
Octal51105122622001043074130
Binary1010011000101101001011001010000010001001100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294552; }

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

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

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

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

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

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

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

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