#2E3148

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

Shades of Lucky Point #2E3148

Tints of Lucky Point #2E3148

Color information

#2E3148 (or 0x2E3148) is unknown color: approx Lucky Point. HEX triplet: 2E, 31 and 48. RGB value is (46,49,72). Sum of RGB (Red+Green+Blue) = 46+49+72=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3148 is #D1CEB7. Grayscale: #323232. Windows color (decimal): -13749944 or 4731182. OLE color: 4731182.

HSL color Cylindrical-coordinate representation of color #2E3148: hue angle of 233.08º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E3148 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB464972-
CMYK0.360.3200.72
HSL233.08º22.03%23.14%-
HSV(B)233.08º36.11%28.24%-
XYZ3.393.256.58-
YUV50.72140.01124.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=27.54%
G=29.34%
B=43.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4649720.360.3200.72233.0822.0323.14
Hex2E31482420048e91617
Octal5661110444001103512627
Binary101110110001100100010010010000001001000111010011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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