#352863

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

Shades of Paris M #352863

Tints of Paris M #352863

Color information

#352863 (or 0x352863) is unknown color: approx Paris M. HEX triplet: 35, 28 and 63. RGB value is (53,40,99). Sum of RGB (Red+Green+Blue) = 53+40+99=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #352863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352863 is #CAD79C. Grayscale: #323232. Windows color (decimal): -13293469 or 6498357. OLE color: 6498357.

HSL color Cylindrical-coordinate representation of color #352863: hue angle of 253.22º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352863 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB534099-
CMYK0.460.6000.61
HSL253.22º42.45%27.25%-
HSV(B)253.22º59.6%38.82%-
XYZ4.483.1812.18-
YUV50.61155.31129.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=27.60%
G=20.83%
B=51.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5340990.460.6000.61253.2242.4527.25
Hex3528632E3C03Dfd2a1b
Octal655014356740753755233
Binary110101101000110001110111011110001111011111110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352863; }

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

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

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

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

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

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

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

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