#2E2F50

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

Shades of Lucky Point #2E2F50

Tints of Lucky Point #2E2F50

Color information

#2E2F50 (or 0x2E2F50) is unknown color: approx Lucky Point. HEX triplet: 2E, 2F and 50. RGB value is (46,47,80). Sum of RGB (Red+Green+Blue) = 46+47+80=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E2F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F50 is #D1D0AF. Grayscale: #323232. Windows color (decimal): -13750448 or 5254958. OLE color: 5254958.

HSL color Cylindrical-coordinate representation of color #2E2F50: hue angle of 238.24º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E2F50 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB464780-
CMYK0.420.4100.69
HSL238.24º26.98%24.71%-
HSV(B)238.24º42.5%31.37%-
XYZ3.593.198.02-
YUV50.46144.67124.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=26.59%
G=27.17%
B=46.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4647800.420.4100.69238.2426.9824.71
Hex2E2F502A29045ee1b19
Octal5657120525101053563331
Binary101110101111101000010101010100101000101111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,47,80); }

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

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

 a { background-color: rgb(46,47,80); }

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

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

 span { border-color: rgb(46,47,80); }

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