#313353

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

Shades of Lucky Point #313353

Tints of Lucky Point #313353

Color information

#313353 (or 0x313353) is unknown color: approx Lucky Point. HEX triplet: 31, 33 and 53. RGB value is (49,51,83). Sum of RGB (Red+Green+Blue) = 49+51+83=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #313353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313353 is #CECCAC. Grayscale: #353535. Windows color (decimal): -13552813 or 5452593. OLE color: 5452593.

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

Color convert

RGB495183-
CMYK0.410.3900.67
HSL236.47º25.76%25.88%-
HSV(B)236.47º40.96%32.55%-
XYZ4.013.658.68-
YUV54.05144.34124.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=26.78%
G=27.87%
B=45.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4951830.410.3900.67236.4725.7625.88
Hex3133532927043ec1a1a
Octal6163123514701033543232
Binary110001110011101001110100110011101000011111011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313353; }

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

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

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

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

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

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

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

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