#32364F

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

Shades of Lucky Point #32364F

Tints of Lucky Point #32364F

Color information

#32364F (or 0x32364F) is unknown color: approx Lucky Point. HEX triplet: 32, 36 and 4F. RGB value is (50,54,79). Sum of RGB (Red+Green+Blue) = 50+54+79=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #32364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32364F is #CDC9B0. Grayscale: #373737. Windows color (decimal): -13486513 or 5191218. OLE color: 5191218.

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

Color convert

RGB505479-
CMYK0.370.3200.69
HSL231.72º22.48%25.29%-
HSV(B)231.72º36.71%30.98%-
XYZ4.053.887.93-
YUV55.65141.17123.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=27.32%
G=29.51%
B=43.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5054790.370.3200.69231.7222.4825.29
Hex32364F2520045e81619
Octal6266117454001053502631
Binary110010110110100111110010110000001000101111010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32364F; }

 p { color: rgb(50,54,79); }

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

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

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

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

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

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

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