#342561

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

Shades of Paris M #342561

Tints of Paris M #342561

Color information

#342561 (or 0x342561) is unknown color: approx Paris M. HEX triplet: 34, 25 and 61. RGB value is (52,37,97). Sum of RGB (Red+Green+Blue) = 52+37+97=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #342561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342561 is #CBDA9E. Grayscale: #303030. Windows color (decimal): -13359775 or 6366516. OLE color: 6366516.

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

Color convert

RGB523797-
CMYK0.460.6200.62
HSL255º44.78%26.27%-
HSV(B)255º61.86%38.04%-
XYZ4.242.9211.65-
YUV48.32155.47130.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=27.96%
G=19.89%
B=52.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5237970.460.6200.6225544.7826.27
Hex3425612E3E03Eff2d1a
Octal644514156760763775532
Binary110100100101110000110111011111001111101111111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342561; }

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

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

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

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

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

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

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

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