#323755

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

Shades of Lucky Point #323755

Tints of Lucky Point #323755

Color information

#323755 (or 0x323755) is unknown color: approx Lucky Point. HEX triplet: 32, 37 and 55. RGB value is (50,55,85). Sum of RGB (Red+Green+Blue) = 50+55+85=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #323755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323755 is #CDC8AA. Grayscale: #383838. Windows color (decimal): -13486251 or 5584690. OLE color: 5584690.

HSL color Cylindrical-coordinate representation of color #323755: hue angle of 231.43º 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 #323755 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB505585-
CMYK0.410.3500.67
HSL231.43º25.93%26.47%-
HSV(B)231.43º41.18%33.33%-
XYZ4.324.079.15-
YUV56.92143.84123.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=26.32%
G=28.95%
B=44.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5055850.410.3500.67231.4325.9326.47
Hex3237552923043e71a1a
Octal6267125514301033473232
Binary110010110111101010110100110001101000011111001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323755; }

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

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

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

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

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

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

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

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