#323250

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

Shades of Lucky Point #323250

Tints of Lucky Point #323250

Color information

#323250 (or 0x323250) is unknown color: approx Lucky Point. HEX triplet: 32, 32 and 50. RGB value is (50,50,80). Sum of RGB (Red+Green+Blue) = 50+50+80=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #323250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323250 is #CDCDAF. Grayscale: #353535. Windows color (decimal): -13487536 or 5255730. OLE color: 5255730.

HSL color Cylindrical-coordinate representation of color #323250: hue angle of 240º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323250 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB505080-
CMYK0.370.3700.69
HSL240º23.08%25.49%-
HSV(B)240º37.5%31.37%-
XYZ3.93.548.07-
YUV53.42143125.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=27.78%
G=27.78%
B=44.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5050800.370.3700.6924023.0825.49
Hex3232502525045f01719
Octal6262120454501053602731
Binary110010110010101000010010110010101000101111100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323250; }

 p { color: rgb(50,50,80); }

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

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

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

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

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

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

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