Html Css Color HEX #2E584C Evening Sea

📋 copy color: '#2E584C'

red 46 ◦ green 88 ◦ blue 76

#2E584C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #2E584C

Tints of Evening Sea #2E584C

RGB

 RED value IS 46 (18.36% from 255) = 21.9%

 GREEN value IS 88 (34.77% from 255) = 41.9%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 21.9%
G = 41.9%
B = 36.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#2E584C (or 0x2E584C) is known color: Evening Sea. HEX triplet: 2E, 58 and 4C. RGB value is (46,88,76). Sum of RGB (Red+Green+Blue) = 46+88+76=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #2E584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E584C is #D1A7B3. Grayscale: #4A4A4A. Windows color (decimal): -13739956 or 5003310. OLE color: 5003310.

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

Color convert

RGB 46 88 76 -
CMYK 0.48 0 0.14 0.65
HSL 162.86º 0.31% 0.26% -
HSV(B) 162.86º 0.48% 0.35% -
XYZ 5.92 8.08 8.09 -
YUV 74.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 46 88 76 0.48 0 0.14 0.65 162.86 0.31 0.26
Hex 2E 58 4C 30 0 E 41 A3 1F 1A
Octal 56 130 114 60 0 16 101 243 37 32
Binary 101110 1011000 1001100 110000 0 1110 1000001 10100011 11111 11010

Color Harmonies of #2E584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E584C

Black with #2E584C

Text Example


Text Example

White with #2E584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E584C;
 }
 .AnyTagClassName
 {
   color: #2E584C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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