#313553

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

Shades of Lucky Point #313553

Tints of Lucky Point #313553

Color information

#313553 (or 0x313553) is unknown color: approx Lucky Point. HEX triplet: 31, 35 and 53. RGB value is (49,53,83). Sum of RGB (Red+Green+Blue) = 49+53+83=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #313553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313553 is #CECAAC. Grayscale: #373737. Windows color (decimal): -13552301 or 5453105. OLE color: 5453105.

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

Color convert

RGB495383-
CMYK0.410.3600.67
HSL232.94º25.76%25.88%-
HSV(B)232.94º40.96%32.55%-
XYZ4.13.828.71-
YUV55.22143.67123.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=26.49%
G=28.65%
B=44.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4953830.410.3600.67232.9425.7625.88
Hex3135532924043e91a1a
Octal6165123514401033513232
Binary110001110101101001110100110010001000011111010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313553; }

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

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

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

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

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

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

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

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