#2E594E

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

Shades of Evening Sea #2E594E

Tints of Evening Sea #2E594E

Color information

#2E594E (or 0x2E594E) is unknown color: approx Evening Sea. HEX triplet: 2E, 59 and 4E. RGB value is (46,89,78). Sum of RGB (Red+Green+Blue) = 46+89+78=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #2E594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E594E is #D1A6B1. Grayscale: #4A4A4A. Windows color (decimal): -13739698 or 5134638. OLE color: 5134638.

HSL color Cylindrical-coordinate representation of color #2E594E: hue angle of 164.65º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E594E is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB468978-
CMYK0.4800.120.65
HSL164.65º31.85%26.47%-
HSV(B)164.65º48.31%34.9%-
XYZ6.078.288.48-
YUV74.89129.75107.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=21.60%
G=41.78%
B=36.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4689780.4800.120.65164.6531.8526.47
Hex2E594E300C41a5201a
Octal56131116600141012454032
Binary101110101100110011101100000110010000011010010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E594E; }

 p { color: rgb(46,89,78); }

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

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

 a { background-color: rgb(46,89,78); }

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

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

 span { border-color: rgb(46,89,78); }

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