#352E60

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

Shades of Paris M #352E60

Tints of Paris M #352E60

Color information

#352E60 (or 0x352E60) is unknown color: approx Paris M. HEX triplet: 35, 2E and 60. RGB value is (53,46,96). Sum of RGB (Red+Green+Blue) = 53+46+96=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #352E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E60 is #CAD19F. Grayscale: #353535. Windows color (decimal): -13291936 or 6303285. OLE color: 6303285.

HSL color Cylindrical-coordinate representation of color #352E60: hue angle of 248.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #352E60 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB534696-
CMYK0.450.5200.62
HSL248.4º35.21%27.84%-
HSV(B)248.4º52.08%37.65%-
XYZ4.563.5611.51-
YUV53.79151.82127.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=27.18%
G=23.59%
B=49.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5346960.450.5200.62248.435.2127.84
Hex352E602D3403Ef8231c
Octal655614055640763704334
Binary110101101110110000010110111010001111101111100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E60; }

 p { color: rgb(53,46,96); }

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

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

 a { background-color: rgb(53,46,96); }

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

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

 span { border-color: rgb(53,46,96); }

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