#342960

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

Shades of Paris M #342960

Tints of Paris M #342960

Color information

#342960 (or 0x342960) is unknown color: approx Paris M. HEX triplet: 34, 29 and 60. RGB value is (52,41,96). Sum of RGB (Red+Green+Blue) = 52+41+96=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #342960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342960 is #CBD69F. Grayscale: #323232. Windows color (decimal): -13358752 or 6302004. OLE color: 6302004.

HSL color Cylindrical-coordinate representation of color #342960: hue angle of 252º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342960 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB524196-
CMYK0.460.5700.62
HSL252º40.15%26.86%-
HSV(B)252º57.29%37.65%-
XYZ4.323.1611.45-
YUV50.56153.64129.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=27.51%
G=21.69%
B=50.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5241960.460.5700.6225240.1526.86
Hex3429602E3903Efc281b
Octal645114056710763745033
Binary110100101001110000010111011100101111101111110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342960; }

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

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

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

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

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

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

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

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