#312B5E

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

Shades of Paris M #312B5E

Tints of Paris M #312B5E

Color information

#312B5E (or 0x312B5E) is unknown color: approx Paris M. HEX triplet: 31, 2B and 5E. RGB value is (49,43,94). Sum of RGB (Red+Green+Blue) = 49+43+94=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #312B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B5E is #CED4A1. Grayscale: #323232. Windows color (decimal): -13554850 or 6171441. OLE color: 6171441.

HSL color Cylindrical-coordinate representation of color #312B5E: hue angle of 247.06º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312B5E is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB494394-
CMYK0.480.5400.63
HSL247.06º37.23%26.86%-
HSV(B)247.06º54.26%36.86%-
XYZ4.153.1910.99-
YUV50.61152.49126.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=26.34%
G=23.12%
B=50.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4943940.480.5400.63247.0637.2326.86
Hex312B5E303603Ff7251b
Octal615313660660773674533
Binary110001101011101111011000011011001111111111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312B5E; }

 p { color: rgb(49,43,94); }

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

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

 a { background-color: rgb(49,43,94); }

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

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

 span { border-color: rgb(49,43,94); }

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