#295058

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

Shades of Teal Blue #295058

Tints of Teal Blue #295058

Color information

#295058 (or 0x295058) is unknown color: approx Teal Blue. HEX triplet: 29, 50 and 58. RGB value is (41,80,88). Sum of RGB (Red+Green+Blue) = 41+80+88=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #295058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295058 is #D6AFA7. Grayscale: #454545. Windows color (decimal): -14069672 or 5787689. OLE color: 5787689.

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

Color convert

RGB418088-
CMYK0.530.0900.65
HSL190.21º36.43%25.29%-
HSV(B)190.21º53.41%34.51%-
XYZ5.546.9110.27-
YUV69.25138.58107.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=19.62%
G=38.28%
B=42.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4180880.530.0900.65190.2136.4325.29
Hex295058359041be2419
Octal51120130651101012764431
Binary101001101000010110001101011001010000011011111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295058; }

 p { color: rgb(41,80,88); }

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

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

 a { background-color: rgb(41,80,88); }

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

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

 span { border-color: rgb(41,80,88); }

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