#323557

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

Shades of Lucky Point #323557

Tints of Lucky Point #323557

Color information

#323557 (or 0x323557) is unknown color: approx Lucky Point. HEX triplet: 32, 35 and 57. RGB value is (50,53,87). Sum of RGB (Red+Green+Blue) = 50+53+87=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #323557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323557 is #CDCAA8. Grayscale: #373737. Windows color (decimal): -13486761 or 5715250. OLE color: 5715250.

HSL color Cylindrical-coordinate representation of color #323557: hue angle of 235.14º 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 #323557 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB505387-
CMYK0.430.3900.66
HSL235.14º27.01%26.86%-
HSV(B)235.14º42.53%34.12%-
XYZ4.313.919.54-
YUV55.98145.51123.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=26.32%
G=27.89%
B=45.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5053870.430.3900.66235.1427.0126.86
Hex3235572B27042eb1b1b
Octal6265127534701023533333
Binary110010110101101011110101110011101000010111010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323557; }

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

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

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

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

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

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

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

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