#295B4D

Color #295B4D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #295B4D

Tints of Evening Sea #295B4D

Color information

#295B4D (or 0x295B4D) is unknown color: approx Evening Sea. HEX triplet: 29, 5B and 4D. RGB value is (41,91,77). Sum of RGB (Red+Green+Blue) = 41+91+77=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #295B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B4D is #D6A4B2. Grayscale: #4A4A4A. Windows color (decimal): -14066867 or 5069609. OLE color: 5069609.

HSL color Cylindrical-coordinate representation of color #295B4D: hue angle of 163.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295B4D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB419177-
CMYK0.5500.150.64
HSL163.2º37.88%25.88%-
HSV(B)163.2º54.95%35.69%-
XYZ68.498.34-
YUV74.45129.44104.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=19.62%
G=43.54%
B=36.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191770.5500.150.64163.237.8825.88
Hex295B4D370F40a3261a
Octal51133115670171002434632
Binary101001101101110011011101110111110000001010001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295B4D; }

 p { color: rgb(41,91,77); }

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

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

 a { background-color: rgb(41,91,77); }

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

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

 span { border-color: rgb(41,91,77); }

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