#313650

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

Shades of Lucky Point #313650

Tints of Lucky Point #313650

Color information

#313650 (or 0x313650) is unknown color: approx Lucky Point. HEX triplet: 31, 36 and 50. RGB value is (49,54,80). Sum of RGB (Red+Green+Blue) = 49+54+80=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #313650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313650 is #CEC9AF. Grayscale: #373737. Windows color (decimal): -13552048 or 5256753. OLE color: 5256753.

HSL color Cylindrical-coordinate representation of color #313650: hue angle of 230.32º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313650 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB495480-
CMYK0.390.3300.69
HSL230.32º24.03%25.29%-
HSV(B)230.32º38.75%31.37%-
XYZ4.033.878.12-
YUV55.47141.84123.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=26.78%
G=29.51%
B=43.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4954800.390.3300.69230.3224.0325.29
Hex3136502721045e61819
Octal6166120474101053463031
Binary110001110110101000010011110000101000101111001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313650; }

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

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

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

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

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

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

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

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