#343156

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

Shades of Paris M #343156

Tints of Paris M #343156

Color information

#343156 (or 0x343156) is unknown color: approx Paris M. HEX triplet: 34, 31 and 56. RGB value is (52,49,86). Sum of RGB (Red+Green+Blue) = 52+49+86=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #343156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343156 is #CBCEA9. Grayscale: #353535. Windows color (decimal): -13356714 or 5648692. OLE color: 5648692.

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

Color convert

RGB524986-
CMYK0.400.4300.66
HSL244.86º27.41%26.47%-
HSV(B)244.86º43.02%33.73%-
XYZ4.193.69.28-
YUV54.12145.99126.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=27.81%
G=26.20%
B=45.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5249860.400.4300.66244.8627.4126.47
Hex343156282B042f51b1a
Octal6461126505301023653332
Binary110100110001101011010100010101101000010111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343156; }

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

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

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

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

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

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

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

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