#352B63

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

Shades of Paris M #352B63

Tints of Paris M #352B63

Color information

#352B63 (or 0x352B63) is unknown color: approx Paris M. HEX triplet: 35, 2B and 63. RGB value is (53,43,99). Sum of RGB (Red+Green+Blue) = 53+43+99=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #352B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B63 is #CAD49C. Grayscale: #343434. Windows color (decimal): -13292701 or 6499125. OLE color: 6499125.

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

Color convert

RGB534399-
CMYK0.460.5700.61
HSL250.71º39.44%27.84%-
HSV(B)250.71º56.57%38.82%-
XYZ4.583.3912.22-
YUV52.37154.31128.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=27.18%
G=22.05%
B=50.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5343990.460.5700.61250.7139.4427.84
Hex352B632E3903Dfb271c
Octal655314356710753734734
Binary110101101011110001110111011100101111011111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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