#342B65

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

Shades of Paris M #342B65

Tints of Paris M #342B65

Color information

#342B65 (or 0x342B65) is unknown color: approx Paris M. HEX triplet: 34, 2B and 65. RGB value is (52,43,101). Sum of RGB (Red+Green+Blue) = 52+43+101=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #342B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B65 is #CBD49A. Grayscale: #343434. Windows color (decimal): -13358235 or 6630196. OLE color: 6630196.

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

Color convert

RGB5243101-
CMYK0.490.5700.60
HSL249.31º40.28%28.24%-
HSV(B)249.31º57.43%39.61%-
XYZ4.633.412.72-
YUV52.3155.48127.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=26.53%
G=21.94%
B=51.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52431010.490.5700.60249.3140.2828.24
Hex342B65313903Cf9281c
Octal645314561710743715034
Binary110100101011110010111000111100101111001111100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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