#352C62

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

Shades of Paris M #352C62

Tints of Paris M #352C62

Color information

#352C62 (or 0x352C62) is unknown color: approx Paris M. HEX triplet: 35, 2C and 62. RGB value is (53,44,98). Sum of RGB (Red+Green+Blue) = 53+44+98=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #352C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C62 is #CAD39D. Grayscale: #343434. Windows color (decimal): -13292446 or 6433845. OLE color: 6433845.

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

Color convert

RGB534498-
CMYK0.460.5500.62
HSL250º38.03%27.84%-
HSV(B)250º55.1%38.43%-
XYZ4.573.4411.98-
YUV52.85153.48128.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=27.18%
G=22.56%
B=50.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5344980.460.5500.6225038.0327.84
Hex352C622E3703Efa261c
Octal655414256670763724634
Binary110101101100110001010111011011101111101111101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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