#32364E

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

Shades of Lucky Point #32364E

Tints of Lucky Point #32364E

Color information

#32364E (or 0x32364E) is unknown color: approx Lucky Point. HEX triplet: 32, 36 and 4E. RGB value is (50,54,78). Sum of RGB (Red+Green+Blue) = 50+54+78=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #32364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32364E is #CDC9B1. Grayscale: #373737. Windows color (decimal): -13486514 or 5125682. OLE color: 5125682.

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

Color convert

RGB505478-
CMYK0.360.3100.69
HSL231.43º21.87%25.1%-
HSV(B)231.43º35.9%30.59%-
XYZ4.013.877.74-
YUV55.54140.67124.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=27.47%
G=29.67%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5054780.360.3100.69231.4321.8725.1
Hex32364E241F045e71619
Octal6266116443701053472631
Binary11001011011010011101001001111101000101111001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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