#2E324B

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

Shades of Lucky Point #2E324B

Tints of Lucky Point #2E324B

Color information

#2E324B (or 0x2E324B) is unknown color: approx Lucky Point. HEX triplet: 2E, 32 and 4B. RGB value is (46,50,75). Sum of RGB (Red+Green+Blue) = 46+50+75=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E324B is #D1CDB4. Grayscale: #333333. Windows color (decimal): -13749685 or 4928046. OLE color: 4928046.

HSL color Cylindrical-coordinate representation of color #2E324B: hue angle of 231.72º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E324B is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB465075-
CMYK0.390.3300.71
HSL231.72º23.97%23.73%-
HSV(B)231.72º38.67%29.41%-
XYZ3.543.377.12-
YUV51.65141.17123.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=26.90%
G=29.24%
B=43.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4650750.390.3300.71231.7223.9723.73
Hex2E324B2721047e81818
Octal5662113474101073503030
Binary101110110010100101110011110000101000111111010001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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