#31334E

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

Shades of Lucky Point #31334E

Tints of Lucky Point #31334E

Color information

#31334E (or 0x31334E) is unknown color: approx Lucky Point. HEX triplet: 31, 33 and 4E. RGB value is (49,51,78). Sum of RGB (Red+Green+Blue) = 49+51+78=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #31334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31334E is #CECCB1. Grayscale: #353535. Windows color (decimal): -13552818 or 5124913. OLE color: 5124913.

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

Color convert

RGB495178-
CMYK0.370.3500.69
HSL235.86º22.83%24.9%-
HSV(B)235.86º37.18%30.59%-
XYZ3.833.577.7-
YUV53.48141.84124.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=27.53%
G=28.65%
B=43.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4951780.370.3500.69235.8622.8324.9
Hex31334E2523045ec1719
Octal6163116454301053542731
Binary110001110011100111010010110001101000101111011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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