Html Css Color HEX #2E5B4D Evening Sea

📋 copy color: '#2E5B4D'

red 46 ◦ green 91 ◦ blue 77

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

Shades of Evening Sea #2E5B4D

Tints of Evening Sea #2E5B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 21.5%
G = 42.52%
B = 35.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#2E5B4D (or 0x2E5B4D) is known color: Evening Sea. HEX triplet: 2E, 5B and 4D. RGB value is (46,91,77). Sum of RGB (Red+Green+Blue) = 46+91+77=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B4D is #D1A4B2. Grayscale: #4B4B4B. Windows color (decimal): -13739187 or 5069614. OLE color: 5069614.

HSL color Cylindrical-coordinate representation of color #2E5B4D: hue angle of 161.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5B4D is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 91 77 -
CMYK 0.49 0 0.15 0.64
HSL 161.33º 0.33% 0.27% -
HSV(B) 161.33º 0.49% 0.36% -
XYZ 6.21 8.6 8.35 -
YUV 75.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 46 91 77 0.49 0 0.15 0.64 161.33 0.33 0.27
Hex 2E 5B 4D 31 0 F 40 A1 21 1B
Octal 56 133 115 61 0 17 100 241 41 33
Binary 101110 1011011 1001101 110001 0 1111 1000000 10100001 100001 11011

Color Harmonies of #2E5B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5B4D

Black with #2E5B4D

Text Example


Text Example

White with #2E5B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,91,77); }

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

background-color css

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

 a { background-color: rgb(46,91,77); }

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

border-color css

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

 span { border-color: rgb(46,91,77); }

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