#342371

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

Shades of Paris M #342371

Tints of Paris M #342371

Color information

#342371 (or 0x342371) is unknown color: approx Paris M. HEX triplet: 34, 23 and 71. RGB value is (52,35,113). Sum of RGB (Red+Green+Blue) = 52+35+113=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #342371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342371 is #CBDC8E. Grayscale: #303030. Windows color (decimal): -13360271 or 7414580. OLE color: 7414580.

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

Color convert

RGB5235113-
CMYK0.540.6900.56
HSL253.08º52.7%29.02%-
HSV(B)253.08º69.03%44.31%-
XYZ53.1215.96-
YUV48.97164.13130.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=26%
G=17.5%
B=56.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52351130.540.6900.56253.0852.729.02
Hex3423713645038fd351d
Octal6443161661050703756535
Binary1101001000111110001110110100010101110001111110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342371; }

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

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

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

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

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

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

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

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