#362C5D

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

Shades of Paris M #362C5D

Tints of Paris M #362C5D

Color information

#362C5D (or 0x362C5D) is unknown color: approx Paris M. HEX triplet: 36, 2C and 5D. RGB value is (54,44,93). Sum of RGB (Red+Green+Blue) = 54+44+93=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #362C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C5D is #C9D3A2. Grayscale: #343434. Windows color (decimal): -13226915 or 6106166. OLE color: 6106166.

HSL color Cylindrical-coordinate representation of color #362C5D: hue angle of 252.24º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #362C5D is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB544493-
CMYK0.420.5300.64
HSL252.24º35.77%26.86%-
HSV(B)252.24º52.69%36.47%-
XYZ4.43.3810.78-
YUV52.58150.81129.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=28.27%
G=23.04%
B=48.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5444930.420.5300.64252.2435.7726.86
Hex362C5D2A35040fc241b
Octal6654135526501003744433
Binary1101101011001011101101010110101010000001111110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362C5D; }

 p { color: rgb(54,44,93); }

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

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

 a { background-color: rgb(54,44,93); }

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

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

 span { border-color: rgb(54,44,93); }

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