#2E634C

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

Shades of Spectra #2E634C

Tints of Spectra #2E634C

Color information

#2E634C (or 0x2E634C) is unknown color: approx Spectra. HEX triplet: 2E, 63 and 4C. RGB value is (46,99,76). Sum of RGB (Red+Green+Blue) = 46+99+76=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #2E634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E634C is #D19CB3. Grayscale: #505050. Windows color (decimal): -13737140 or 5006126. OLE color: 5006126.

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

Color convert

RGB469976-
CMYK0.5400.230.61
HSL153.96º36.55%28.43%-
HSV(B)153.96º53.54%38.82%-
XYZ6.8910.038.41-
YUV80.53125.44103.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=20.81%
G=44.80%
B=34.39%

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
Decimal4699760.5400.230.61153.9636.5528.43
Hex2E634C360173D9a251c
Octal5614311466027752324534
Binary101110110001110011001101100101111111011001101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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