#313257

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

Shades of Lucky Point #313257

Tints of Lucky Point #313257

Color information

#313257 (or 0x313257) is unknown color: approx Lucky Point. HEX triplet: 31, 32 and 57. RGB value is (49,50,87). Sum of RGB (Red+Green+Blue) = 49+50+87=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #313257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313257 is #CECDA8. Grayscale: #353535. Windows color (decimal): -13553065 or 5714481. OLE color: 5714481.

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

Color convert

RGB495087-
CMYK0.440.4300.66
HSL238.42º27.94%26.67%-
HSV(B)238.42º43.68%34.12%-
XYZ4.133.629.5-
YUV53.92146.67124.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=26.34%
G=26.88%
B=46.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4950870.440.4300.66238.4227.9426.67
Hex3132572C2B042ee1c1b
Octal6162127545301023563433
Binary110001110010101011110110010101101000010111011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313257; }

 p { color: rgb(49,50,87); }

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

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

 a { background-color: rgb(49,50,87); }

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

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

 span { border-color: rgb(49,50,87); }

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