#32364D

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

Shades of Lucky Point #32364D

Tints of Lucky Point #32364D

Color information

#32364D (or 0x32364D) is unknown color: approx Lucky Point. HEX triplet: 32, 36 and 4D. RGB value is (50,54,77). Sum of RGB (Red+Green+Blue) = 50+54+77=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #32364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32364D is #CDC9B2. Grayscale: #373737. Windows color (decimal): -13486515 or 5060146. OLE color: 5060146.

HSL color Cylindrical-coordinate representation of color #32364D: hue angle of 231.11º 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 #32364D is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB505477-
CMYK0.350.3000.70
HSL231.11º21.26%24.9%-
HSV(B)231.11º35.06%30.2%-
XYZ3.973.857.56-
YUV55.43140.17124.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=27.62%
G=29.83%
B=42.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5054770.350.3000.70231.1121.2624.9
Hex32364D231E046e71519
Octal6266115433601063472531
Binary11001011011010011011000111111001000110111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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