#2E5E4F

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

Shades of Evening Sea #2E5E4F

Tints of Evening Sea #2E5E4F

Color information

#2E5E4F (or 0x2E5E4F) is unknown color: approx Evening Sea. HEX triplet: 2E, 5E and 4F. RGB value is (46,94,79). Sum of RGB (Red+Green+Blue) = 46+94+79=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #2E5E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5E4F is #D1A1B0. Grayscale: #4D4D4D. Windows color (decimal): -13738417 or 5201454. OLE color: 5201454.

HSL color Cylindrical-coordinate representation of color #2E5E4F: hue angle of 161.25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5E4F is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB469479-
CMYK0.5100.160.63
HSL161.25º34.29%27.45%-
HSV(B)161.25º51.06%36.86%-
XYZ6.549.158.82-
YUV77.94128.6105.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 94 (37.11% from 255) = 42.92%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=21.00%
G=42.92%
B=36.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4694790.5100.160.63161.2534.2927.45
Hex2E5E4F330103Fa1221b
Octal5613611763020772414233
Binary101110101111010011111100110100001111111010000110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,94,79); }

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

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

 a { background-color: rgb(46,94,79); }

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

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

 span { border-color: rgb(46,94,79); }

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