#352372

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

Shades of Paris M #352372

Tints of Paris M #352372

Color information

#352372 (or 0x352372) is unknown color: approx Paris M. HEX triplet: 35, 23 and 72. RGB value is (53,35,114). Sum of RGB (Red+Green+Blue) = 53+35+114=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #352372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352372 is #CADC8D. Grayscale: #313131. Windows color (decimal): -13294734 or 7480117. OLE color: 7480117.

HSL color Cylindrical-coordinate representation of color #352372: hue angle of 253.67º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352372 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5335114-
CMYK0.540.6900.55
HSL253.67º53.02%29.22%-
HSV(B)253.67º69.3%44.71%-
XYZ5.113.1716.26-
YUV49.39164.46130.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=26.24%
G=17.33%
B=56.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53351140.540.6900.55253.6753.0229.22
Hex3523723645037fe351d
Octal6543162661050673766535
Binary1101011000111110010110110100010101101111111111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352372; }

 p { color: rgb(53,35,114); }

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

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

 a { background-color: rgb(53,35,114); }

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

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

 span { border-color: rgb(53,35,114); }

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