#31354D

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

Shades of Lucky Point #31354D

Tints of Lucky Point #31354D

Color information

#31354D (or 0x31354D) is unknown color: approx Lucky Point. HEX triplet: 31, 35 and 4D. RGB value is (49,53,77). Sum of RGB (Red+Green+Blue) = 49+53+77=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #31354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31354D is #CECAB2. Grayscale: #363636. Windows color (decimal): -13552307 or 5059889. OLE color: 5059889.

HSL color Cylindrical-coordinate representation of color #31354D: hue angle of 231.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31354D is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB495377-
CMYK0.360.3100.70
HSL231.43º22.22%24.71%-
HSV(B)231.43º36.36%30.2%-
XYZ3.883.737.54-
YUV54.54140.67124.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=27.37%
G=29.61%
B=43.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4953770.360.3100.70231.4322.2224.71
Hex31354D241F046e71619
Octal6165115443701063472631
Binary11000111010110011011001001111101000110111001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31354D; }

 p { color: rgb(49,53,77); }

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

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

 a { background-color: rgb(49,53,77); }

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

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

 span { border-color: rgb(49,53,77); }

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