#343157

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

Shades of Paris M #343157

Tints of Paris M #343157

Color information

#343157 (or 0x343157) is unknown color: approx Paris M. HEX triplet: 34, 31 and 57. RGB value is (52,49,87). Sum of RGB (Red+Green+Blue) = 52+49+87=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #343157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343157 is #CBCEA8. Grayscale: #363636. Windows color (decimal): -13356713 or 5714228. OLE color: 5714228.

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

Color convert

RGB524987-
CMYK0.400.4400.66
HSL244.74º27.94%26.67%-
HSV(B)244.74º43.68%34.12%-
XYZ4.233.619.49-
YUV54.23146.49126.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=27.66%
G=26.06%
B=46.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5249870.400.4400.66244.7427.9426.67
Hex343157282C042f51c1b
Octal6461127505401023653433
Binary110100110001101011110100010110001000010111101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343157; }

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

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

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

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

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

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

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

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