#342C65

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

Shades of Paris M #342C65

Tints of Paris M #342C65

Color information

#342C65 (or 0x342C65) is unknown color: approx Paris M. HEX triplet: 34, 2C and 65. RGB value is (52,44,101). Sum of RGB (Red+Green+Blue) = 52+44+101=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #342C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C65 is #CBD39A. Grayscale: #343434. Windows color (decimal): -13357979 or 6630452. OLE color: 6630452.

HSL color Cylindrical-coordinate representation of color #342C65: hue angle of 248.42º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342C65 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5244101-
CMYK0.490.5600.60
HSL248.42º39.31%28.43%-
HSV(B)248.42º56.44%39.61%-
XYZ4.673.4712.74-
YUV52.89155.15127.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=26.40%
G=22.34%
B=51.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52441010.490.5600.60248.4239.3128.43
Hex342C65313803Cf8271c
Octal645414561700743704734
Binary110100101100110010111000111100001111001111100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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