Html Css Color HEX #2E554C Evening Sea

📋 copy color: '#2E554C'

red 46 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #2E554C

Tints of Evening Sea #2E554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 22.22%
G = 41.06%
B = 36.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#2E554C (or 0x2E554C) is known color: Evening Sea. HEX triplet: 2E, 55 and 4C. RGB value is (46,85,76). Sum of RGB (Red+Green+Blue) = 46+85+76=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #2E554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E554C is #D1AAB3. Grayscale: #484848. Windows color (decimal): -13740724 or 5002542. OLE color: 5002542.

HSL color Cylindrical-coordinate representation of color #2E554C: hue angle of 166.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E554C is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 76 -
CMYK 0.46 0 0.11 0.67
HSL 166.15º 0.3% 0.26% -
HSV(B) 166.15º 0.46% 0.33% -
XYZ 5.68 7.6 8.01 -
YUV 72.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 46 85 76 0.46 0 0.11 0.67 166.15 0.3 0.26
Hex 2E 55 4C 2E 0 B 43 A6 1E 1A
Octal 56 125 114 56 0 13 103 246 36 32
Binary 101110 1010101 1001100 101110 0 1011 1000011 10100110 11110 11010

Color Harmonies of #2E554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E554C

Black with #2E554C

Text Example


Text Example

White with #2E554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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