#312A57

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

Shades of Paris M #312A57

Tints of Paris M #312A57

Color information

#312A57 (or 0x312A57) is unknown color: approx Paris M. HEX triplet: 31, 2A and 57. RGB value is (49,42,87). Sum of RGB (Red+Green+Blue) = 49+42+87=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #312A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A57 is #CED5A8. Grayscale: #313131. Windows color (decimal): -13555113 or 5712433. OLE color: 5712433.

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

Color convert

RGB494287-
CMYK0.440.5200.66
HSL249.33º34.88%25.29%-
HSV(B)249.33º51.72%34.12%-
XYZ3.8139.39-
YUV49.22149.32127.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=27.53%
G=23.60%
B=48.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4942870.440.5200.66249.3334.8825.29
Hex312A572C34042f92319
Octal6152127546401023714331
Binary1100011010101010111101100110100010000101111100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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