#32344C

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

Shades of Lucky Point #32344C

Tints of Lucky Point #32344C

Color information

#32344C (or 0x32344C) is unknown color: approx Lucky Point. HEX triplet: 32, 34 and 4C. RGB value is (50,52,76). Sum of RGB (Red+Green+Blue) = 50+52+76=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #32344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32344C is #CDCBB3. Grayscale: #363636. Windows color (decimal): -13487028 or 4994098. OLE color: 4994098.

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

Color convert

RGB505276-
CMYK0.340.3200.70
HSL235.38º20.63%24.71%-
HSV(B)235.38º34.21%29.8%-
XYZ3.853.667.34-
YUV54.14140.34125.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=28.09%
G=29.21%
B=42.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5052760.340.3200.70235.3820.6324.71
Hex32344C2220046eb1519
Octal6264114424001063532531
Binary110010110100100110010001010000001000110111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32344C; }

 p { color: rgb(50,52,76); }

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

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

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

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

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

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

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