#2E574B

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

Shades of Evening Sea #2E574B

Tints of Evening Sea #2E574B

Color information

#2E574B (or 0x2E574B) is unknown color: approx Evening Sea. HEX triplet: 2E, 57 and 4B. RGB value is (46,87,75). Sum of RGB (Red+Green+Blue) = 46+87+75=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #2E574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E574B is #D1A8B4. Grayscale: #494949. Windows color (decimal): -13740213 or 4937518. OLE color: 4937518.

HSL color Cylindrical-coordinate representation of color #2E574B: hue angle of 162.44º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E574B is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB468775-
CMYK0.4700.140.66
HSL162.44º30.83%26.08%-
HSV(B)162.44º47.13%34.12%-
XYZ5.87.917.88-
YUV73.37128.92108.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=22.12%
G=41.83%
B=36.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4687750.4700.140.66162.4430.8326.08
Hex2E574B2F0E42a21f1a
Octal56127113570161022423732
Binary10111010101111001011101111011101000010101000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,87,75); }

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

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

 a { background-color: rgb(46,87,75); }

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

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

 span { border-color: rgb(46,87,75); }

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