#295F51

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

Shades of Evening Sea #295F51

Tints of Evening Sea #295F51

Color information

#295F51 (or 0x295F51) is unknown color: approx Evening Sea. HEX triplet: 29, 5F and 51. RGB value is (41,95,81). Sum of RGB (Red+Green+Blue) = 41+95+81=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #295F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F51 is #D6A0AE. Grayscale: #4D4D4D. Windows color (decimal): -14065839 or 5332777. OLE color: 5332777.

HSL color Cylindrical-coordinate representation of color #295F51: hue angle of 164.44º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F51 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB419581-
CMYK0.5700.150.63
HSL164.44º39.71%26.67%-
HSV(B)164.44º56.84%37.25%-
XYZ6.499.259.23-
YUV77.26130.11102.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=18.89%
G=43.78%
B=37.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195810.5700.150.63164.4439.7126.67
Hex295F51390F3Fa4281b
Octal5113712171017772445033
Binary10100110111111010001111001011111111111010010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,81); }

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

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

 a { background-color: rgb(41,95,81); }

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

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

 span { border-color: rgb(41,95,81); }

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