#295259

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

Shades of Teal Blue #295259

Tints of Teal Blue #295259

Color information

#295259 (or 0x295259) is unknown color: approx Teal Blue. HEX triplet: 29, 52 and 59. RGB value is (41,82,89). Sum of RGB (Red+Green+Blue) = 41+82+89=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #295259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295259 is #D6ADA6. Grayscale: #464646. Windows color (decimal): -14069159 or 5853737. OLE color: 5853737.

HSL color Cylindrical-coordinate representation of color #295259: hue angle of 188.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295259 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB418289-
CMYK0.540.0800.65
HSL188.75º36.92%25.49%-
HSV(B)188.75º53.93%34.9%-
XYZ5.737.2310.54-
YUV70.54138.42106.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=19.34%
G=38.68%
B=41.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4182890.540.0800.65188.7536.9225.49
Hex295259368041bd2519
Octal51122131661001012754531
Binary101001101001010110011101101000010000011011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295259; }

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

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

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

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

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

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

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

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