#323353

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

Shades of Lucky Point #323353

Tints of Lucky Point #323353

Color information

#323353 (or 0x323353) is unknown color: approx Lucky Point. HEX triplet: 32, 33 and 53. RGB value is (50,51,83). Sum of RGB (Red+Green+Blue) = 50+51+83=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #323353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323353 is #CDCCAC. Grayscale: #363636. Windows color (decimal): -13487277 or 5452594. OLE color: 5452594.

HSL color Cylindrical-coordinate representation of color #323353: hue angle of 238.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323353 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB505183-
CMYK0.400.3900.67
HSL238.18º24.81%26.08%-
HSV(B)238.18º39.76%32.55%-
XYZ4.063.678.68-
YUV54.35144.17124.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=27.17%
G=27.72%
B=45.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5051830.400.3900.67238.1824.8126.08
Hex3233532827043ee191a
Octal6263123504701033563132
Binary110010110011101001110100010011101000011111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323353; }

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

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

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

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

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

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

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

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