#313657

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

Shades of Lucky Point #313657

Tints of Lucky Point #313657

Color information

#313657 (or 0x313657) is unknown color: approx Lucky Point. HEX triplet: 31, 36 and 57. RGB value is (49,54,87). Sum of RGB (Red+Green+Blue) = 49+54+87=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #313657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313657 is #CEC9A8. Grayscale: #383838. Windows color (decimal): -13552041 or 5715505. OLE color: 5715505.

HSL color Cylindrical-coordinate representation of color #313657: hue angle of 232.11º 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 #313657 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB495487-
CMYK0.440.3800.66
HSL232.11º27.94%26.67%-
HSV(B)232.11º43.68%34.12%-
XYZ4.313.989.56-
YUV56.27145.34122.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=25.79%
G=28.42%
B=45.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4954870.440.3800.66232.1127.9426.67
Hex3136572C26042e81c1b
Octal6166127544601023503433
Binary110001110110101011110110010011001000010111010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313657; }

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

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

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

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

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

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

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

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