#31364E

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

Shades of Lucky Point #31364E

Tints of Lucky Point #31364E

Color information

#31364E (or 0x31364E) is unknown color: approx Lucky Point. HEX triplet: 31, 36 and 4E. RGB value is (49,54,78). Sum of RGB (Red+Green+Blue) = 49+54+78=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #31364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31364E is #CEC9B1. Grayscale: #373737. Windows color (decimal): -13552050 or 5125681. OLE color: 5125681.

HSL color Cylindrical-coordinate representation of color #31364E: hue angle of 229.66º 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 #31364E is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB495478-
CMYK0.370.3100.69
HSL229.66º22.83%24.9%-
HSV(B)229.66º37.18%30.59%-
XYZ3.963.847.74-
YUV55.24140.84123.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=27.07%
G=29.83%
B=43.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4954780.370.3100.69229.6622.8324.9
Hex31364E251F045e61719
Octal6166116453701053462731
Binary11000111011010011101001011111101000101111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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