#342366

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

Shades of Paris M #342366

Tints of Paris M #342366

Color information

#342366 (or 0x342366) is unknown color: approx Paris M. HEX triplet: 34, 23 and 66. RGB value is (52,35,102). Sum of RGB (Red+Green+Blue) = 52+35+102=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #342366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342366 is #CBDC99. Grayscale: #2F2F2F. Windows color (decimal): -13360282 or 6693684. OLE color: 6693684.

HSL color Cylindrical-coordinate representation of color #342366: hue angle of 255.22º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #342366 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5235102-
CMYK0.490.6600.6
HSL255.22º48.91%26.86%-
HSV(B)255.22º65.69%40%-
XYZ4.422.8912.9-
YUV47.72158.63131.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=27.51%
G=18.52%
B=53.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52351020.490.6600.6255.2248.9126.86
Hex342366314203Cff311b
Octal6443146611020743776133
Binary1101001000111100110110001100001001111001111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342366; }

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

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

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

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

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

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

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

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