#342971

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

Shades of Paris M #342971

Tints of Paris M #342971

Color information

#342971 (or 0x342971) is unknown color: approx Paris M. HEX triplet: 34, 29 and 71. RGB value is (52,41,113). Sum of RGB (Red+Green+Blue) = 52+41+113=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #342971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342971 is #CBD68E. Grayscale: #343434. Windows color (decimal): -13358735 or 7416116. OLE color: 7416116.

HSL color Cylindrical-coordinate representation of color #342971: hue angle of 249.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342971 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5241113-
CMYK0.540.6400.56
HSL249.17º46.75%30.2%-
HSV(B)249.17º63.72%44.31%-
XYZ5.193.5116.03-
YUV52.5162.14127.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=25.24%
G=19.90%
B=54.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52411130.540.6400.56249.1746.7530.2
Hex3429713640038f92f1e
Octal6451161661000703715736
Binary1101001010011110001110110100000001110001111100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342971; }

 p { color: rgb(52,41,113); }

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

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

 a { background-color: rgb(52,41,113); }

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

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

 span { border-color: rgb(52,41,113); }

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