#323349

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

Shades of Lucky Point #323349

Tints of Lucky Point #323349

Color information

#323349 (or 0x323349) is unknown color: approx Lucky Point. HEX triplet: 32, 33 and 49. RGB value is (50,51,73). Sum of RGB (Red+Green+Blue) = 50+51+73=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #323349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323349 is #CDCCB6. Grayscale: #353535. Windows color (decimal): -13487287 or 4797234. OLE color: 4797234.

HSL color Cylindrical-coordinate representation of color #323349: hue angle of 237.39º 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 #323349 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB505173-
CMYK0.320.3000.71
HSL237.39º18.7%24.12%-
HSV(B)237.39º31.51%28.63%-
XYZ3.73.536.79-
YUV53.21139.17125.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=28.74%
G=29.31%
B=41.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5051730.320.3000.71237.3918.724.12
Hex323349201E047ed1318
Octal6263111403601073552330
Binary11001011001110010011000001111001000111111011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323349; }

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

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

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

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

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

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

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

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