#352D62

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

Shades of Paris M #352D62

Tints of Paris M #352D62

Color information

#352D62 (or 0x352D62) is unknown color: approx Paris M. HEX triplet: 35, 2D and 62. RGB value is (53,45,98). Sum of RGB (Red+Green+Blue) = 53+45+98=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #352D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D62 is #CAD29D. Grayscale: #353535. Windows color (decimal): -13292190 or 6434101. OLE color: 6434101.

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

Color convert

RGB534598-
CMYK0.460.5400.62
HSL249.06º37.06%28.04%-
HSV(B)249.06º54.08%38.43%-
XYZ4.613.5211.99-
YUV53.43153.15127.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 98 (38.67% from 255) = 50%
R=27.04%
G=22.96%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5345980.460.5400.62249.0637.0628.04
Hex352D622E3603Ef9251c
Octal655514256660763714534
Binary110101101101110001010111011011001111101111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,98); }

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

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

 a { background-color: rgb(53,45,98); }

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

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

 span { border-color: rgb(53,45,98); }

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