#342E65

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

Shades of Paris M #342E65

Tints of Paris M #342E65

Color information

#342E65 (or 0x342E65) is unknown color: approx Paris M. HEX triplet: 34, 2E and 65. RGB value is (52,46,101). Sum of RGB (Red+Green+Blue) = 52+46+101=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #342E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E65 is #CBD19A. Grayscale: #353535. Windows color (decimal): -13357467 or 6630964. OLE color: 6630964.

HSL color Cylindrical-coordinate representation of color #342E65: hue angle of 246.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342E65 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5246101-
CMYK0.490.5400.60
HSL246.55º37.41%28.82%-
HSV(B)246.55º54.46%39.61%-
XYZ4.743.6212.76-
YUV54.06154.49126.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=26.13%
G=23.12%
B=50.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52461010.490.5400.60246.5537.4128.82
Hex342E65313603Cf7251d
Octal645614561660743674535
Binary110100101110110010111000111011001111001111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,101); }

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

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

 a { background-color: rgb(52,46,101); }

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

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

 span { border-color: rgb(52,46,101); }

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