#32324D

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

Shades of Lucky Point #32324D

Tints of Lucky Point #32324D

Color information

#32324D (or 0x32324D) is unknown color: approx Lucky Point. HEX triplet: 32, 32 and 4D. RGB value is (50,50,77). Sum of RGB (Red+Green+Blue) = 50+50+77=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #32324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32324D is #CDCDB2. Grayscale: #343434. Windows color (decimal): -13487539 or 5059122. OLE color: 5059122.

HSL color Cylindrical-coordinate representation of color #32324D: hue angle of 240º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32324D is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB505077-
CMYK0.350.3500.70
HSL240º21.26%24.9%-
HSV(B)240º35.06%30.2%-
XYZ3.83.57.5-
YUV53.08141.5125.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=28.25%
G=28.25%
B=43.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5050770.350.3500.7024021.2624.9
Hex32324D2323046f01519
Octal6262115434301063602531
Binary110010110010100110110001110001101000110111100001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32324D; }

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

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

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

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

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

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

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

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