#323548

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

Shades of Lucky Point #323548

Tints of Lucky Point #323548

Color information

#323548 (or 0x323548) is unknown color: approx Lucky Point. HEX triplet: 32, 35 and 48. RGB value is (50,53,72). Sum of RGB (Red+Green+Blue) = 50+53+72=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #323548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323548 is #CDCAB7. Grayscale: #363636. Windows color (decimal): -13486776 or 4732210. OLE color: 4732210.

HSL color Cylindrical-coordinate representation of color #323548: hue angle of 231.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323548 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB505372-
CMYK0.310.2600.72
HSL231.82º18.03%23.92%-
HSV(B)231.82º30.56%28.24%-
XYZ3.763.696.65-
YUV54.27138.01124.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=28.57%
G=30.29%
B=41.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5053720.310.2600.72231.8218.0323.92
Hex3235481F1A048e81218
Octal6265110373201103502230
Binary1100101101011001000111111101001001000111010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323548; }

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

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

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

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

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

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

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

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