Html Css Color HEX #2E624F Evening Sea

📋 copy color: '#2E624F'

red 46 ◦ green 98 ◦ blue 79

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

Shades of Evening Sea #2E624F

Tints of Evening Sea #2E624F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.95%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 20.63%
G = 43.95%
B = 35.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2E624F (or 0x2E624F) is known color: Evening Sea. HEX triplet: 2E, 62 and 4F. RGB value is (46,98,79). Sum of RGB (Red+Green+Blue) = 46+98+79=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #2E624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E624F is #D19DB0. Grayscale: #505050. Windows color (decimal): -13737393 or 5202478. OLE color: 5202478.

HSL color Cylindrical-coordinate representation of color #2E624F: hue angle of 158.08º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E624F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 98 79 -
CMYK 0.53 0 0.19 0.62
HSL 158.08º 0.36% 0.28% -
HSV(B) 158.08º 0.53% 0.38% -
XYZ 6.91 9.88 8.94 -
YUV 80.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 46 98 79 0.53 0 0.19 0.62 158.08 0.36 0.28
Hex 2E 62 4F 35 0 13 3E 9E 24 1C
Octal 56 142 117 65 0 23 76 236 44 34
Binary 101110 1100010 1001111 110101 0 10011 111110 10011110 100100 11100

Color Harmonies of #2E624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E624F

Black with #2E624F

Text Example


Text Example

White with #2E624F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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