#323357

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

Shades of Lucky Point #323357

Tints of Lucky Point #323357

Color information

#323357 (or 0x323357) is unknown color: approx Lucky Point. HEX triplet: 32, 33 and 57. RGB value is (50,51,87). Sum of RGB (Red+Green+Blue) = 50+51+87=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #323357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323357 is #CDCCA8. Grayscale: #363636. Windows color (decimal): -13487273 or 5714738. OLE color: 5714738.

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

Color convert

RGB505187-
CMYK0.430.4100.66
HSL238.38º27.01%26.86%-
HSV(B)238.38º42.53%34.12%-
XYZ4.223.739.52-
YUV54.8146.17124.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=26.60%
G=27.13%
B=46.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5051870.430.4100.66238.3827.0126.86
Hex3233572B29042ee1b1b
Octal6263127535101023563333
Binary110010110011101011110101110100101000010111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323357; }

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

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

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

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

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

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

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

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