#2E3248

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

Shades of Lucky Point #2E3248

Tints of Lucky Point #2E3248

Color information

#2E3248 (or 0x2E3248) is unknown color: approx Lucky Point. HEX triplet: 2E, 32 and 48. RGB value is (46,50,72). Sum of RGB (Red+Green+Blue) = 46+50+72=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3248 is #D1CDB7. Grayscale: #333333. Windows color (decimal): -13749688 or 4731438. OLE color: 4731438.

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

Color convert

RGB465072-
CMYK0.360.3100.72
HSL230.77º22.03%23.14%-
HSV(B)230.77º36.11%28.24%-
XYZ3.443.336.59-
YUV51.31139.67124.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=27.38%
G=29.76%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4650720.360.3100.72230.7722.0323.14
Hex2E3248241F048e71617
Octal5662110443701103472627
Binary10111011001010010001001001111101001000111001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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