#2E2F59

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

Shades of Lucky Point #2E2F59

Tints of Lucky Point #2E2F59

Color information

#2E2F59 (or 0x2E2F59) is unknown color: approx Lucky Point. HEX triplet: 2E, 2F and 59. RGB value is (46,47,89). Sum of RGB (Red+Green+Blue) = 46+47+89=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E2F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F59 is #D1D0A6. Grayscale: #333333. Windows color (decimal): -13750439 or 5844782. OLE color: 5844782.

HSL color Cylindrical-coordinate representation of color #2E2F59: hue angle of 238.6º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E2F59 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB464789-
CMYK0.480.4700.65
HSL238.6º31.85%26.47%-
HSV(B)238.6º48.31%34.9%-
XYZ3.953.349.89-
YUV51.49149.17124.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=25.27%
G=25.82%
B=48.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4647890.480.4700.65238.631.8526.47
Hex2E2F59302F041ef201a
Octal5657131605701013574032
Binary1011101011111011001110000101111010000011110111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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