#2E634F

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

Shades of Spectra #2E634F

Tints of Spectra #2E634F

Color information

#2E634F (or 0x2E634F) is unknown color: approx Spectra. HEX triplet: 2E, 63 and 4F. RGB value is (46,99,79). Sum of RGB (Red+Green+Blue) = 46+99+79=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #2E634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E634F is #D19CB0. Grayscale: #505050. Windows color (decimal): -13737137 or 5202734. OLE color: 5202734.

HSL color Cylindrical-coordinate representation of color #2E634F: hue angle of 157.36º 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 #2E634F is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB469979-
CMYK0.5400.200.61
HSL157.36º36.55%28.43%-
HSV(B)157.36º53.54%38.82%-
XYZ710.078.97-
YUV80.87126.94103.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=20.54%
G=44.20%
B=35.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699790.5400.200.61157.3636.5528.43
Hex2E634F360143D9d251c
Octal5614311766024752354534
Binary101110110001110011111101100101001111011001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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