#323549

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

Shades of Lucky Point #323549

Tints of Lucky Point #323549

Color information

#323549 (or 0x323549) is unknown color: approx Lucky Point. HEX triplet: 32, 35 and 49. RGB value is (50,53,73). Sum of RGB (Red+Green+Blue) = 50+53+73=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #323549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323549 is #CDCAB6. Grayscale: #363636. Windows color (decimal): -13486775 or 4797746. OLE color: 4797746.

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

Color convert

RGB505373-
CMYK0.320.2700.71
HSL232.17º18.7%24.12%-
HSV(B)232.17º31.51%28.63%-
XYZ3.793.716.82-
YUV54.38138.51124.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=28.41%
G=30.11%
B=41.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5053730.320.2700.71232.1718.724.12
Hex323549201B047e81318
Octal6265111403301073502330
Binary11001011010110010011000001101101000111111010001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323549; }

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

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

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

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

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

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

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

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