#323555

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

Shades of Lucky Point #323555

Tints of Lucky Point #323555

Color information

#323555 (or 0x323555) is unknown color: approx Lucky Point. HEX triplet: 32, 35 and 55. RGB value is (50,53,85). Sum of RGB (Red+Green+Blue) = 50+53+85=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #323555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323555 is #CDCAAA. Grayscale: #373737. Windows color (decimal): -13486763 or 5584178. OLE color: 5584178.

HSL color Cylindrical-coordinate representation of color #323555: hue angle of 234.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #323555 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB505385-
CMYK0.410.3800.67
HSL234.86º25.93%26.47%-
HSV(B)234.86º41.18%33.33%-
XYZ4.233.889.12-
YUV55.75144.51123.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=26.60%
G=28.19%
B=45.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5053850.410.3800.67234.8625.9326.47
Hex3235552926043eb1a1a
Octal6265125514601033533232
Binary110010110101101010110100110011001000011111010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323555; }

 p { color: rgb(50,53,85); }

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

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

 a { background-color: rgb(50,53,85); }

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

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

 span { border-color: rgb(50,53,85); }

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