#313053

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

Shades of Lucky Point #313053

Tints of Lucky Point #313053

Color information

#313053 (or 0x313053) is unknown color: approx Lucky Point. HEX triplet: 31, 30 and 53. RGB value is (49,48,83). Sum of RGB (Red+Green+Blue) = 49+48+83=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #313053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313053 is #CECFAC. Grayscale: #343434. Windows color (decimal): -13553581 or 5451825. OLE color: 5451825.

HSL color Cylindrical-coordinate representation of color #313053: hue angle of 241.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313053 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB494883-
CMYK0.410.4200.67
HSL241.71º26.72%25.69%-
HSV(B)241.71º42.17%32.55%-
XYZ3.883.398.63-
YUV52.29145.33125.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 83 (32.81% from 255) = 46.11%
R=27.22%
G=26.67%
B=46.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4948830.410.4200.67241.7126.7225.69
Hex313053292A043f21b1a
Octal6160123515201033623332
Binary110001110000101001110100110101001000011111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313053; }

 p { color: rgb(49,48,83); }

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

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

 a { background-color: rgb(49,48,83); }

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

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

 span { border-color: rgb(49,48,83); }

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