#313656

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

Shades of Lucky Point #313656

Tints of Lucky Point #313656

Color information

#313656 (or 0x313656) is unknown color: approx Lucky Point. HEX triplet: 31, 36 and 56. RGB value is (49,54,86). Sum of RGB (Red+Green+Blue) = 49+54+86=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #313656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313656 is #CEC9A9. Grayscale: #383838. Windows color (decimal): -13552042 or 5649969. OLE color: 5649969.

HSL color Cylindrical-coordinate representation of color #313656: hue angle of 231.89º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #313656 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB495486-
CMYK0.430.3700.66
HSL231.89º27.41%26.47%-
HSV(B)231.89º43.02%33.73%-
XYZ4.273.969.34-
YUV56.15144.84122.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=25.93%
G=28.57%
B=45.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4954860.430.3700.66231.8927.4126.47
Hex3136562B25042e81b1a
Octal6166126534501023503332
Binary110001110110101011010101110010101000010111010001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313656; }

 p { color: rgb(49,54,86); }

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

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

 a { background-color: rgb(49,54,86); }

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

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

 span { border-color: rgb(49,54,86); }

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