#31324E

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

Shades of Lucky Point #31324E

Tints of Lucky Point #31324E

Color information

#31324E (or 0x31324E) is unknown color: approx Lucky Point. HEX triplet: 31, 32 and 4E. RGB value is (49,50,78). Sum of RGB (Red+Green+Blue) = 49+50+78=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #31324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31324E is #CECDB1. Grayscale: #343434. Windows color (decimal): -13553074 or 5124657. OLE color: 5124657.

HSL color Cylindrical-coordinate representation of color #31324E: hue angle of 237.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31324E is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB495078-
CMYK0.370.3600.69
HSL237.93º22.83%24.9%-
HSV(B)237.93º37.18%30.59%-
XYZ3.783.487.68-
YUV52.89142.17125.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=27.68%
G=28.25%
B=44.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4950780.370.3600.69237.9322.8324.9
Hex31324E2524045ee1719
Octal6162116454401053562731
Binary110001110010100111010010110010001000101111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31324E; }

 p { color: rgb(49,50,78); }

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

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

 a { background-color: rgb(49,50,78); }

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

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

 span { border-color: rgb(49,50,78); }

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