#352E63

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

Shades of Paris M #352E63

Tints of Paris M #352E63

Color information

#352E63 (or 0x352E63) is unknown color: approx Paris M. HEX triplet: 35, 2E and 63. RGB value is (53,46,99). Sum of RGB (Red+Green+Blue) = 53+46+99=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #352E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E63 is #CAD19C. Grayscale: #353535. Windows color (decimal): -13291933 or 6499893. OLE color: 6499893.

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

Color convert

RGB534699-
CMYK0.460.5400.61
HSL247.92º36.55%28.43%-
HSV(B)247.92º53.54%38.82%-
XYZ4.73.6112.25-
YUV54.14153.32127.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 99 (39.06% from 255) = 50%
R=26.77%
G=23.23%
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.61
SystemRedGreenBlueCMYKHSL
Decimal5346990.460.5400.61247.9236.5528.43
Hex352E632E3603Df8251c
Octal655614356660753704534
Binary110101101110110001110111011011001111011111100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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