#342966

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

Shades of Paris M #342966

Tints of Paris M #342966

Color information

#342966 (or 0x342966) is unknown color: approx Paris M. HEX triplet: 34, 29 and 66. RGB value is (52,41,102). Sum of RGB (Red+Green+Blue) = 52+41+102=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #342966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342966 is #CBD699. Grayscale: #333333. Windows color (decimal): -13358746 or 6695220. OLE color: 6695220.

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

Color convert

RGB5241102-
CMYK0.490.6000.6
HSL250.82º42.66%28.04%-
HSV(B)250.82º59.8%40%-
XYZ4.613.2812.96-
YUV51.24156.64128.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=26.67%
G=21.03%
B=52.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52411020.490.6000.6250.8242.6628.04
Hex342966313C03Cfb2b1c
Octal645114661740743735334
Binary110100101001110011011000111110001111001111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342966; }

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

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

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

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

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

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

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

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