#313559

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

Shades of Lucky Point #313559

Tints of Lucky Point #313559

Color information

#313559 (or 0x313559) is unknown color: approx Lucky Point. HEX triplet: 31, 35 and 59. RGB value is (49,53,89). Sum of RGB (Red+Green+Blue) = 49+53+89=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #313559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313559 is #CECAA6. Grayscale: #373737. Windows color (decimal): -13552295 or 5846321. OLE color: 5846321.

HSL color Cylindrical-coordinate representation of color #313559: hue angle of 234º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #313559 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495389-
CMYK0.450.4000.65
HSL234º28.99%27.06%-
HSV(B)234º44.94%34.9%-
XYZ4.343.929.98-
YUV55.91146.67123.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=25.65%
G=27.75%
B=46.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4953890.450.4000.6523428.9927.06
Hex3135592D28041ea1d1b
Octal6165131555001013523533
Binary110001110101101100110110110100001000001111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313559; }

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

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

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

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

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

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

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

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