#352B62

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

Shades of Paris M #352B62

Tints of Paris M #352B62

Color information

#352B62 (or 0x352B62) is unknown color: approx Paris M. HEX triplet: 35, 2B and 62. RGB value is (53,43,98). Sum of RGB (Red+Green+Blue) = 53+43+98=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #352B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B62 is #CAD49D. Grayscale: #343434. Windows color (decimal): -13292702 or 6433589. OLE color: 6433589.

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

Color convert

RGB534398-
CMYK0.460.5600.62
HSL250.91º39.01%27.65%-
HSV(B)250.91º56.12%38.43%-
XYZ4.543.3711.97-
YUV52.26153.81128.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=27.32%
G=22.16%
B=50.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5343980.460.5600.62250.9139.0127.65
Hex352B622E3803Efb271c
Octal655314256700763734734
Binary110101101011110001010111011100001111101111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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