#2E3247

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

Shades of Lucky Point #2E3247

Tints of Lucky Point #2E3247

Color information

#2E3247 (or 0x2E3247) is unknown color: approx Lucky Point. HEX triplet: 2E, 32 and 47. RGB value is (46,50,71). Sum of RGB (Red+Green+Blue) = 46+50+71=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E3247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3247 is #D1CDB8. Grayscale: #333333. Windows color (decimal): -13749689 or 4665902. OLE color: 4665902.

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

Color convert

RGB465071-
CMYK0.350.3000.72
HSL230.4º21.37%22.94%-
HSV(B)230.4º35.21%27.84%-
XYZ3.43.326.42-
YUV51.2139.17124.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=27.54%
G=29.94%
B=42.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4650710.350.3000.72230.421.3722.94
Hex2E3247231E048e61517
Octal5662107433601103462527
Binary10111011001010001111000111111001001000111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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