#312957

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

Shades of Paris M #312957

Tints of Paris M #312957

Color information

#312957 (or 0x312957) is unknown color: approx Paris M. HEX triplet: 31, 29 and 57. RGB value is (49,41,87). Sum of RGB (Red+Green+Blue) = 49+41+87=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #312957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312957 is #CED6A8. Grayscale: #303030. Windows color (decimal): -13555369 or 5712177. OLE color: 5712177.

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

Color convert

RGB494187-
CMYK0.440.5300.66
HSL250.43º35.94%25.1%-
HSV(B)250.43º52.87%34.12%-
XYZ3.782.939.38-
YUV48.64149.65128.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=27.68%
G=23.16%
B=49.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4941870.440.5300.66250.4335.9425.1
Hex3129572C35042fa2419
Octal6151127546501023724431
Binary1100011010011010111101100110101010000101111101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312957; }

 p { color: rgb(49,41,87); }

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

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

 a { background-color: rgb(49,41,87); }

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

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

 span { border-color: rgb(49,41,87); }

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