#313359

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

Shades of Lucky Point #313359

Tints of Lucky Point #313359

Color information

#313359 (or 0x313359) is unknown color: approx Lucky Point. HEX triplet: 31, 33 and 59. RGB value is (49,51,89). Sum of RGB (Red+Green+Blue) = 49+51+89=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #313359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313359 is #CECCA6. Grayscale: #363636. Windows color (decimal): -13552807 or 5845809. OLE color: 5845809.

HSL color Cylindrical-coordinate representation of color #313359: hue angle of 237º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #313359 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495189-
CMYK0.450.4300.65
HSL237º28.99%27.06%-
HSV(B)237º44.94%34.9%-
XYZ4.253.749.95-
YUV54.73147.34123.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=25.93%
G=26.98%
B=47.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4951890.450.4300.6523728.9927.06
Hex3133592D2B041ed1d1b
Octal6163131555301013553533
Binary110001110011101100110110110101101000001111011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313359; }

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

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

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

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

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

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

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

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