#313459

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

Shades of Lucky Point #313459

Tints of Lucky Point #313459

Color information

#313459 (or 0x313459) is unknown color: approx Lucky Point. HEX triplet: 31, 34 and 59. RGB value is (49,52,89). Sum of RGB (Red+Green+Blue) = 49+52+89=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #313459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313459 is #CECBA6. Grayscale: #373737. Windows color (decimal): -13552551 or 5846065. OLE color: 5846065.

HSL color Cylindrical-coordinate representation of color #313459: hue angle of 235.5º 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 #313459 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495289-
CMYK0.450.4200.65
HSL235.5º28.99%27.06%-
HSV(B)235.5º44.94%34.9%-
XYZ4.33.839.96-
YUV55.32147.01123.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=25.79%
G=27.37%
B=46.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4952890.450.4200.65235.528.9927.06
Hex3134592D2A041ec1d1b
Octal6164131555201013543533
Binary110001110100101100110110110101001000001111011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313459; }

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

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

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

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

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

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

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

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