#31354F

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

Shades of Lucky Point #31354F

Tints of Lucky Point #31354F

Color information

#31354F (or 0x31354F) is unknown color: approx Lucky Point. HEX triplet: 31, 35 and 4F. RGB value is (49,53,79). Sum of RGB (Red+Green+Blue) = 49+53+79=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #31354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31354F is #CECAB0. Grayscale: #363636. Windows color (decimal): -13552305 or 5190961. OLE color: 5190961.

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

Color convert

RGB495379-
CMYK0.380.3300.69
HSL232º23.44%25.1%-
HSV(B)232º37.97%30.98%-
XYZ3.953.767.92-
YUV54.77141.67123.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=27.07%
G=29.28%
B=43.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4953790.380.3300.6923223.4425.1
Hex31354F2621045e81719
Octal6165117464101053502731
Binary110001110101100111110011010000101000101111010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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