#323356

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

Shades of Lucky Point #323356

Tints of Lucky Point #323356

Color information

#323356 (or 0x323356) is unknown color: approx Lucky Point. HEX triplet: 32, 33 and 56. RGB value is (50,51,86). Sum of RGB (Red+Green+Blue) = 50+51+86=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #323356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323356 is #CDCCA9. Grayscale: #363636. Windows color (decimal): -13487274 or 5649202. OLE color: 5649202.

HSL color Cylindrical-coordinate representation of color #323356: hue angle of 238.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #323356 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB505186-
CMYK0.420.4100.66
HSL238.33º26.47%26.67%-
HSV(B)238.33º41.86%33.73%-
XYZ4.183.729.3-
YUV54.69145.67124.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=26.74%
G=27.27%
B=45.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5051860.420.4100.66238.3326.4726.67
Hex3233562A29042ee1a1b
Octal6263126525101023563233
Binary110010110011101011010101010100101000010111011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323356; }

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

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

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

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

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

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

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

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