#323552

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

Shades of Lucky Point #323552

Tints of Lucky Point #323552

Color information

#323552 (or 0x323552) is unknown color: approx Lucky Point. HEX triplet: 32, 35 and 52. RGB value is (50,53,82). Sum of RGB (Red+Green+Blue) = 50+53+82=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #323552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323552 is #CDCAAD. Grayscale: #373737. Windows color (decimal): -13486766 or 5387570. OLE color: 5387570.

HSL color Cylindrical-coordinate representation of color #323552: hue angle of 234.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323552 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB505382-
CMYK0.390.3500.68
HSL234.38º24.24%25.88%-
HSV(B)234.38º39.02%32.16%-
XYZ4.113.838.51-
YUV55.41143.01124.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=27.03%
G=28.65%
B=44.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5053820.390.3500.68234.3824.2425.88
Hex3235522723044ea181a
Octal6265122474301043523032
Binary110010110101101001010011110001101000100111010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323552; }

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

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

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

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

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

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

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

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