#294652

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

Shades of Teal Blue #294652

Tints of Teal Blue #294652

Color information

#294652 (or 0x294652) is unknown color: approx Teal Blue. HEX triplet: 29, 46 and 52. RGB value is (41,70,82). Sum of RGB (Red+Green+Blue) = 41+70+82=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #294652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294652 is #D6B9AD. Grayscale: #3E3E3E. Windows color (decimal): -14072238 or 5391913. OLE color: 5391913.

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

Color convert

RGB417082-
CMYK0.500.1500.68
HSL197.56º33.33%24.12%-
HSV(B)197.56º50%32.16%-
XYZ4.635.468.79-
YUV62.7138.89112.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=21.24%
G=36.27%
B=42.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4170820.500.1500.68197.5633.3324.12
Hex29465232F044c62118
Octal51106122621701043064130
Binary101001100011010100101100101111010001001100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294652; }

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

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

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

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

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

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

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

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