#2E664F

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

Shades of Spectra #2E664F

Tints of Spectra #2E664F

Color information

#2E664F (or 0x2E664F) is unknown color: approx Spectra. HEX triplet: 2E, 66 and 4F. RGB value is (46,102,79). Sum of RGB (Red+Green+Blue) = 46+102+79=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #2E664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E664F is #D199B0. Grayscale: #525252. Windows color (decimal): -13736369 or 5203502. OLE color: 5203502.

HSL color Cylindrical-coordinate representation of color #2E664F: hue angle of 155.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E664F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB4610279-
CMYK0.5500.230.6
HSL155.36º37.84%29.02%-
HSV(B)155.36º54.9%40%-
XYZ7.2910.659.07-
YUV82.63125.95101.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=20.26%
G=44.93%
B=34.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46102790.5500.230.6155.3637.8429.02
Hex2E664F370173C9b261d
Octal5614611767027742334635
Binary101110110011010011111101110101111111001001101110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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