#352868

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

Shades of Paris M #352868

Tints of Paris M #352868

Color information

#352868 (or 0x352868) is unknown color: approx Paris M. HEX triplet: 35, 28 and 68. RGB value is (53,40,104). Sum of RGB (Red+Green+Blue) = 53+40+104=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #352868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352868 is #CAD797. Grayscale: #323232. Windows color (decimal): -13293464 or 6826037. OLE color: 6826037.

HSL color Cylindrical-coordinate representation of color #352868: hue angle of 252.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352868 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5340104-
CMYK0.490.6200.59
HSL252.19º44.44%28.24%-
HSV(B)252.19º61.54%40.78%-
XYZ4.733.2713.48-
YUV51.18157.81129.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=26.90%
G=20.30%
B=52.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53401040.490.6200.59252.1944.4428.24
Hex352868313E03Bfc2c1c
Octal655015061760733745434
Binary110101101000110100011000111111001110111111110010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352868; }

 p { color: rgb(53,40,104); }

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

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

 a { background-color: rgb(53,40,104); }

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

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

 span { border-color: rgb(53,40,104); }

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