#313753

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

Shades of Lucky Point #313753

Tints of Lucky Point #313753

Color information

#313753 (or 0x313753) is unknown color: approx Lucky Point. HEX triplet: 31, 37 and 53. RGB value is (49,55,83). Sum of RGB (Red+Green+Blue) = 49+55+83=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #313753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313753 is #CEC8AC. Grayscale: #383838. Windows color (decimal): -13551789 or 5453617. OLE color: 5453617.

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

Color convert

RGB495583-
CMYK0.410.3400.67
HSL229.41º25.76%25.88%-
HSV(B)229.41º40.96%32.55%-
XYZ4.194.018.74-
YUV56.4143.01122.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=26.20%
G=29.41%
B=44.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4955830.410.3400.67229.4125.7625.88
Hex3137532922043e51a1a
Octal6167123514201033453232
Binary110001110111101001110100110001001000011111001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313753; }

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

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

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

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

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

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

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

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