#323156

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

Shades of Lucky Point #323156

Tints of Lucky Point #323156

Color information

#323156 (or 0x323156) is unknown color: approx Lucky Point. HEX triplet: 32, 31 and 56. RGB value is (50,49,86). Sum of RGB (Red+Green+Blue) = 50+49+86=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #323156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323156 is #CDCEA9. Grayscale: #353535. Windows color (decimal): -13487786 or 5648690. OLE color: 5648690.

HSL color Cylindrical-coordinate representation of color #323156: hue angle of 241.62º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323156 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB504986-
CMYK0.420.4300.66
HSL241.62º27.41%26.47%-
HSV(B)241.62º43.02%33.73%-
XYZ4.093.559.27-
YUV53.52146.33125.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=27.03%
G=26.49%
B=46.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5049860.420.4300.66241.6227.4126.47
Hex3231562A2B042f21b1a
Octal6261126525301023623332
Binary110010110001101011010101010101101000010111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323156; }

 p { color: rgb(50,49,86); }

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

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

 a { background-color: rgb(50,49,86); }

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

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

 span { border-color: rgb(50,49,86); }

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