#342A6A

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

Shades of Paris M #342A6A

Tints of Paris M #342A6A

Color information

#342A6A (or 0x342A6A) is unknown color: approx Paris M. HEX triplet: 34, 2A and 6A. RGB value is (52,42,106). Sum of RGB (Red+Green+Blue) = 52+42+106=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #342A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A6A is #CBD595. Grayscale: #343434. Windows color (decimal): -13358486 or 6957620. OLE color: 6957620.

HSL color Cylindrical-coordinate representation of color #342A6A: hue angle of 249.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342A6A is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5242106-
CMYK0.510.6000.58
HSL249.38º43.24%29.02%-
HSV(B)249.38º60.38%41.57%-
XYZ4.853.4314.04-
YUV52.29158.31127.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 42 (16.80% from 255) = 21%
BLUE value IS 106 (41.80% from 255) = 53%
R=26%
G=21%
B=53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52421060.510.6000.58249.3843.2429.02
Hex342A6A333C03Af92b1d
Octal645215263740723715335
Binary110100101010110101011001111110001110101111100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,42,106); }

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

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

 a { background-color: rgb(52,42,106); }

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

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

 span { border-color: rgb(52,42,106); }

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