#312756

Color #312756 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #312756

Tints of Paris M #312756

Color information

#312756 (or 0x312756) is unknown color: approx Paris M. HEX triplet: 31, 27 and 56. RGB value is (49,39,86). Sum of RGB (Red+Green+Blue) = 49+39+86=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #312756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312756 is #CED8A9. Grayscale: #2F2F2F. Windows color (decimal): -13555882 or 5646129. OLE color: 5646129.

HSL color Cylindrical-coordinate representation of color #312756: hue angle of 252.77º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312756 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB493986-
CMYK0.430.5500.66
HSL252.77º37.6%24.51%-
HSV(B)252.77º54.65%33.73%-
XYZ3.672.789.15-
YUV47.35149.81129.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=28.16%
G=22.41%
B=49.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4939860.430.5500.66252.7737.624.51
Hex3127562B37042fd2619
Octal6147126536701023754631
Binary1100011001111010110101011110111010000101111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312756; }

 p { color: rgb(49,39,86); }

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

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

 a { background-color: rgb(49,39,86); }

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

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

 span { border-color: rgb(49,39,86); }

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