#342F5D

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

Shades of Paris M #342F5D

Tints of Paris M #342F5D

Color information

#342F5D (or 0x342F5D) is unknown color: approx Paris M. HEX triplet: 34, 2F and 5D. RGB value is (52,47,93). Sum of RGB (Red+Green+Blue) = 52+47+93=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #342F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F5D is #CBD0A2. Grayscale: #353535. Windows color (decimal): -13357219 or 6106932. OLE color: 6106932.

HSL color Cylindrical-coordinate representation of color #342F5D: hue angle of 246.52º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #342F5D is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB524793-
CMYK0.440.4900.64
HSL246.52º32.86%27.45%-
HSV(B)246.52º49.46%36.47%-
XYZ4.413.5510.81-
YUV53.74150.16126.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=27.08%
G=24.48%
B=48.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5247930.440.4900.64246.5232.8627.45
Hex342F5D2C31040f7211b
Octal6457135546101003674133
Binary1101001011111011101101100110001010000001111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F5D; }

 p { color: rgb(52,47,93); }

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

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

 a { background-color: rgb(52,47,93); }

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

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

 span { border-color: rgb(52,47,93); }

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