#294655

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

Shades of Teal Blue #294655

Tints of Teal Blue #294655

Color information

#294655 (or 0x294655) is unknown color: approx Teal Blue. HEX triplet: 29, 46 and 55. RGB value is (41,70,85). Sum of RGB (Red+Green+Blue) = 41+70+85=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #294655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294655 is #D6B9AA. Grayscale: #3E3E3E. Windows color (decimal): -14072235 or 5588521. OLE color: 5588521.

HSL color Cylindrical-coordinate representation of color #294655: hue angle of 200.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294655 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB417085-
CMYK0.520.1800.67
HSL200.45º34.92%24.71%-
HSV(B)200.45º51.76%33.33%-
XYZ4.745.519.41-
YUV63.04140.39112.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=20.92%
G=35.71%
B=43.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4170850.520.1800.67200.4534.9224.71
Hex2946553412043c82319
Octal51106125642201033104331
Binary1010011000110101010111010010010010000111100100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294655; }

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

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

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

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

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

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

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

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