#342560

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

Shades of Paris M #342560

Tints of Paris M #342560

Color information

#342560 (or 0x342560) is unknown color: approx Paris M. HEX triplet: 34, 25 and 60. RGB value is (52,37,96). Sum of RGB (Red+Green+Blue) = 52+37+96=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #342560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342560 is #CBDA9F. Grayscale: #2F2F2F. Windows color (decimal): -13359776 or 6300980. OLE color: 6300980.

HSL color Cylindrical-coordinate representation of color #342560: hue angle of 255.25º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #342560 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB523796-
CMYK0.460.6100.62
HSL255.25º44.36%26.08%-
HSV(B)255.25º61.46%37.65%-
XYZ4.192.911.4-
YUV48.21154.97130.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=28.11%
G=20%
B=51.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5237960.460.6100.62255.2544.3626.08
Hex3425602E3D03Eff2c1a
Octal644514056750763775432
Binary110100100101110000010111011110101111101111111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342560; }

 p { color: rgb(52,37,96); }

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

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

 a { background-color: rgb(52,37,96); }

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

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

 span { border-color: rgb(52,37,96); }

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