#342566

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

Shades of Paris M #342566

Tints of Paris M #342566

Color information

#342566 (or 0x342566) is unknown color: approx Paris M. HEX triplet: 34, 25 and 66. RGB value is (52,37,102). Sum of RGB (Red+Green+Blue) = 52+37+102=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #342566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342566 is #CBDA99. Grayscale: #303030. Windows color (decimal): -13359770 or 6694196. OLE color: 6694196.

HSL color Cylindrical-coordinate representation of color #342566: hue angle of 253.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342566 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5237102-
CMYK0.490.6400.6
HSL253.85º46.76%27.25%-
HSV(B)253.85º63.73%40%-
XYZ4.483.0112.92-
YUV48.9157.97130.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=27.23%
G=19.37%
B=53.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52371020.490.6400.6253.8546.7627.25
Hex342566314003Cfe2f1b
Octal6445146611000743765733
Binary1101001001011100110110001100000001111001111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342566; }

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

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

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

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

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

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

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

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