#313552

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

Shades of Lucky Point #313552

Tints of Lucky Point #313552

Color information

#313552 (or 0x313552) is unknown color: approx Lucky Point. HEX triplet: 31, 35 and 52. RGB value is (49,53,82). Sum of RGB (Red+Green+Blue) = 49+53+82=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #313552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313552 is #CECAAD. Grayscale: #363636. Windows color (decimal): -13552302 or 5387569. OLE color: 5387569.

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

Color convert

RGB495382-
CMYK0.400.3500.68
HSL232.73º25.19%25.69%-
HSV(B)232.73º40.24%32.16%-
XYZ4.063.818.5-
YUV55.11143.17123.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=26.63%
G=28.80%
B=44.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4953820.400.3500.68232.7325.1925.69
Hex3135522823044e9191a
Octal6165122504301043513132
Binary110001110101101001010100010001101000100111010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313552; }

 p { color: rgb(49,53,82); }

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

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

 a { background-color: rgb(49,53,82); }

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

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

 span { border-color: rgb(49,53,82); }

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