#342C61

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

Shades of Paris M #342C61

Tints of Paris M #342C61

Color information

#342C61 (or 0x342C61) is unknown color: approx Paris M. HEX triplet: 34, 2C and 61. RGB value is (52,44,97). Sum of RGB (Red+Green+Blue) = 52+44+97=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #342C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C61 is #CBD39E. Grayscale: #343434. Windows color (decimal): -13357983 or 6368308. OLE color: 6368308.

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

Color convert

RGB524497-
CMYK0.460.5500.62
HSL249.06º37.59%27.65%-
HSV(B)249.06º54.64%38.04%-
XYZ4.473.3911.73-
YUV52.43153.15127.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=26.94%
G=22.80%
B=50.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5244970.460.5500.62249.0637.5927.65
Hex342C612E3703Ef9261c
Octal645414156670763714634
Binary110100101100110000110111011011101111101111100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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