#2E314C

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

Shades of Lucky Point #2E314C

Tints of Lucky Point #2E314C

Color information

#2E314C (or 0x2E314C) is unknown color: approx Lucky Point. HEX triplet: 2E, 31 and 4C. RGB value is (46,49,76). Sum of RGB (Red+Green+Blue) = 46+49+76=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E314C is #D1CEB3. Grayscale: #333333. Windows color (decimal): -13749940 or 4993326. OLE color: 4993326.

HSL color Cylindrical-coordinate representation of color #2E314C: hue angle of 234º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E314C is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB464976-
CMYK0.390.3600.70
HSL234º24.59%23.92%-
HSV(B)234º39.47%29.8%-
XYZ3.533.37.29-
YUV51.18142.01124.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=26.90%
G=28.65%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4649760.390.3600.7023424.5923.92
Hex2E314C2724046ea1918
Octal5661114474401063523130
Binary101110110001100110010011110010001000110111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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