#313653

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

Shades of Lucky Point #313653

Tints of Lucky Point #313653

Color information

#313653 (or 0x313653) is unknown color: approx Lucky Point. HEX triplet: 31, 36 and 53. RGB value is (49,54,83). Sum of RGB (Red+Green+Blue) = 49+54+83=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #313653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313653 is #CEC9AC. Grayscale: #373737. Windows color (decimal): -13552045 or 5453361. OLE color: 5453361.

HSL color Cylindrical-coordinate representation of color #313653: hue angle of 231.18º 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 #313653 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB495483-
CMYK0.410.3500.67
HSL231.18º25.76%25.88%-
HSV(B)231.18º40.96%32.55%-
XYZ4.153.928.72-
YUV55.81143.34123.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=26.34%
G=29.03%
B=44.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4954830.410.3500.67231.1825.7625.88
Hex3136532923043e71a1a
Octal6166123514301033473232
Binary110001110110101001110100110001101000011111001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313653; }

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

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

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

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

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

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

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

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