#32334C

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

Shades of Lucky Point #32334C

Tints of Lucky Point #32334C

Color information

#32334C (or 0x32334C) is unknown color: approx Lucky Point. HEX triplet: 32, 33 and 4C. RGB value is (50,51,76). Sum of RGB (Red+Green+Blue) = 50+51+76=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #32334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32334C is #CDCCB3. Grayscale: #353535. Windows color (decimal): -13487284 or 4993842. OLE color: 4993842.

HSL color Cylindrical-coordinate representation of color #32334C: hue angle of 237.69º 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 #32334C is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB505176-
CMYK0.340.3300.70
HSL237.69º20.63%24.71%-
HSV(B)237.69º34.21%29.8%-
XYZ3.83.577.33-
YUV53.55140.67125.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=28.25%
G=28.81%
B=42.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5051760.340.3300.70237.6920.6324.71
Hex32334C2221046ee1519
Octal6263114424101063562531
Binary110010110011100110010001010000101000110111011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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