#352663

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

Shades of Paris M #352663

Tints of Paris M #352663

Color information

#352663 (or 0x352663) is unknown color: approx Paris M. HEX triplet: 35, 26 and 63. RGB value is (53,38,99). Sum of RGB (Red+Green+Blue) = 53+38+99=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #352663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352663 is #CAD99C. Grayscale: #313131. Windows color (decimal): -13293981 or 6497845. OLE color: 6497845.

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

Color convert

RGB533899-
CMYK0.460.6200.61
HSL254.75º44.53%26.86%-
HSV(B)254.75º61.62%38.82%-
XYZ4.413.0412.16-
YUV49.44155.97130.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=27.89%
G=20%
B=52.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5338990.460.6200.61254.7544.5326.86
Hex3526632E3E03Dff2d1b
Octal654614356760753775533
Binary110101100110110001110111011111001111011111111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352663; }

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

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

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

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

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

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

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

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