#2E644D

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

Shades of Spectra #2E644D

Tints of Spectra #2E644D

Color information

#2E644D (or 0x2E644D) is unknown color: approx Spectra. HEX triplet: 2E, 64 and 4D. RGB value is (46,100,77). Sum of RGB (Red+Green+Blue) = 46+100+77=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #2E644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E644D is #D19BB2. Grayscale: #515151. Windows color (decimal): -13736883 or 5071918. OLE color: 5071918.

HSL color Cylindrical-coordinate representation of color #2E644D: hue angle of 154.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E644D is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB4610077-
CMYK0.5400.230.61
HSL154.44º36.99%28.63%-
HSV(B)154.44º54%39.22%-
XYZ7.0210.238.63-
YUV81.23125.61102.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=20.63%
G=44.84%
B=34.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46100770.5400.230.61154.4436.9928.63
Hex2E644D360173D9a251d
Octal5614411566027752324535
Binary101110110010010011011101100101111111011001101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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