#352C63

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

Shades of Paris M #352C63

Tints of Paris M #352C63

Color information

#352C63 (or 0x352C63) is unknown color: approx Paris M. HEX triplet: 35, 2C and 63. RGB value is (53,44,99). Sum of RGB (Red+Green+Blue) = 53+44+99=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #352C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C63 is #CAD39C. Grayscale: #343434. Windows color (decimal): -13292445 or 6499381. OLE color: 6499381.

HSL color Cylindrical-coordinate representation of color #352C63: hue angle of 249.82º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352C63 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB534499-
CMYK0.460.5600.61
HSL249.82º38.46%28.04%-
HSV(B)249.82º55.56%38.82%-
XYZ4.623.4612.23-
YUV52.96153.98128.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=27.04%
G=22.45%
B=50.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5344990.460.5600.61249.8238.4628.04
Hex352C632E3803Dfa261c
Octal655414356700753724634
Binary110101101100110001110111011100001111011111101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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