#342A6B

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

Shades of Paris M #342A6B

Tints of Paris M #342A6B

Color information

#342A6B (or 0x342A6B) is unknown color: approx Paris M. HEX triplet: 34, 2A and 6B. RGB value is (52,42,107). Sum of RGB (Red+Green+Blue) = 52+42+107=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #342A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A6B is #CBD594. Grayscale: #343434. Windows color (decimal): -13358485 or 7023156. OLE color: 7023156.

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

Color convert

RGB5242107-
CMYK0.510.6100.58
HSL249.23º43.62%29.22%-
HSV(B)249.23º60.75%41.96%-
XYZ4.93.4514.32-
YUV52.4158.81127.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 107 (42.19% from 255) = 53.23%
R=25.87%
G=20.90%
B=53.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52421070.510.6100.58249.2343.6229.22
Hex342A6B333D03Af92c1d
Octal645215363750723715435
Binary110100101010110101111001111110101110101111100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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