#31354C

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

Shades of Lucky Point #31354C

Tints of Lucky Point #31354C

Color information

#31354C (or 0x31354C) is unknown color: approx Lucky Point. HEX triplet: 31, 35 and 4C. RGB value is (49,53,76). Sum of RGB (Red+Green+Blue) = 49+53+76=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #31354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31354C is #CECAB3. Grayscale: #363636. Windows color (decimal): -13552308 or 4994353. OLE color: 4994353.

HSL color Cylindrical-coordinate representation of color #31354C: hue angle of 231.11º 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 #31354C is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB495376-
CMYK0.360.3000.70
HSL231.11º21.6%24.51%-
HSV(B)231.11º35.53%29.8%-
XYZ3.843.727.35-
YUV54.43140.17124.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=27.53%
G=29.78%
B=42.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4953760.360.3000.70231.1121.624.51
Hex31354C241E046e71619
Octal6165114443601063472631
Binary11000111010110011001001001111001000110111001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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