#313456

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

Shades of Lucky Point #313456

Tints of Lucky Point #313456

Color information

#313456 (or 0x313456) is unknown color: approx Lucky Point. HEX triplet: 31, 34 and 56. RGB value is (49,52,86). Sum of RGB (Red+Green+Blue) = 49+52+86=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #313456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313456 is #CECBA9. Grayscale: #363636. Windows color (decimal): -13552554 or 5649457. OLE color: 5649457.

HSL color Cylindrical-coordinate representation of color #313456: hue angle of 235.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #313456 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB495286-
CMYK0.430.4000.66
HSL235.14º27.41%26.47%-
HSV(B)235.14º43.02%33.73%-
XYZ4.173.789.31-
YUV54.98145.51123.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=26.20%
G=27.81%
B=45.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4952860.430.4000.66235.1427.4126.47
Hex3134562B28042eb1b1a
Octal6164126535001023533332
Binary110001110100101011010101110100001000010111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313456; }

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

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

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

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

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

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

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

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