#342565

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

Shades of Paris M #342565

Tints of Paris M #342565

Color information

#342565 (or 0x342565) is unknown color: approx Paris M. HEX triplet: 34, 25 and 65. RGB value is (52,37,101). Sum of RGB (Red+Green+Blue) = 52+37+101=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #342565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342565 is #CBDA9A. Grayscale: #303030. Windows color (decimal): -13359771 or 6628660. OLE color: 6628660.

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

Color convert

RGB5237101-
CMYK0.490.6300.60
HSL254.06º46.38%27.06%-
HSV(B)254.06º63.37%39.61%-
XYZ4.432.9912.66-
YUV48.78157.47130.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=27.37%
G=19.47%
B=53.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52371010.490.6300.60254.0646.3827.06
Hex342565313F03Cfe2e1b
Octal644514561770743765633
Binary110100100101110010111000111111101111001111111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342565; }

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

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

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

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

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

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

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

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