#2E584E

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

Shades of Evening Sea #2E584E

Tints of Evening Sea #2E584E

Color information

#2E584E (or 0x2E584E) is unknown color: approx Evening Sea. HEX triplet: 2E, 58 and 4E. RGB value is (46,88,78). Sum of RGB (Red+Green+Blue) = 46+88+78=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #2E584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E584E is #D1A7B1. Grayscale: #4A4A4A. Windows color (decimal): -13739954 or 5134382. OLE color: 5134382.

HSL color Cylindrical-coordinate representation of color #2E584E: hue angle of 165.71º degrees, saturation: 0.31, 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 #2E584E is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB468878-
CMYK0.4800.110.65
HSL165.71º31.34%26.27%-
HSV(B)165.71º47.73%34.51%-
XYZ5.998.118.46-
YUV74.3130.09107.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=21.70%
G=41.51%
B=36.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4688780.4800.110.65165.7131.3426.27
Hex2E584E300B41a61f1a
Octal56130116600131012463732
Binary10111010110001001110110000010111000001101001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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