#323449

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

Shades of Lucky Point #323449

Tints of Lucky Point #323449

Color information

#323449 (or 0x323449) is unknown color: approx Lucky Point. HEX triplet: 32, 34 and 49. RGB value is (50,52,73). Sum of RGB (Red+Green+Blue) = 50+52+73=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #323449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323449 is #CDCBB6. Grayscale: #353535. Windows color (decimal): -13487031 or 4797490. OLE color: 4797490.

HSL color Cylindrical-coordinate representation of color #323449: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323449 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB505273-
CMYK0.320.2900.71
HSL234.78º18.7%24.12%-
HSV(B)234.78º31.51%28.63%-
XYZ3.753.626.8-
YUV53.8138.84125.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=28.57%
G=29.71%
B=41.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5052730.320.2900.71234.7818.724.12
Hex323449201D047eb1318
Octal6264111403501073532330
Binary11001011010010010011000001110101000111111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323449; }

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

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

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

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

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

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

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

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