#2E3048

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

Shades of Lucky Point #2E3048

Tints of Lucky Point #2E3048

Color information

#2E3048 (or 0x2E3048) is unknown color: approx Lucky Point. HEX triplet: 2E, 30 and 48. RGB value is (46,48,72). Sum of RGB (Red+Green+Blue) = 46+48+72=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3048 is #D1CFB7. Grayscale: #323232. Windows color (decimal): -13750200 or 4730926. OLE color: 4730926.

HSL color Cylindrical-coordinate representation of color #2E3048: hue angle of 235.38º 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 #2E3048 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB464872-
CMYK0.360.3300.72
HSL235.38º22.03%23.14%-
HSV(B)235.38º36.11%28.24%-
XYZ3.353.166.56-
YUV50.14140.34125.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=27.71%
G=28.92%
B=43.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4648720.360.3300.72235.3822.0323.14
Hex2E30482421048eb1617
Octal5660110444101103532627
Binary101110110000100100010010010000101001000111010111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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