#362C5C

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

Shades of Paris M #362C5C

Tints of Paris M #362C5C

Color information

#362C5C (or 0x362C5C) is unknown color: approx Paris M. HEX triplet: 36, 2C and 5C. RGB value is (54,44,92). Sum of RGB (Red+Green+Blue) = 54+44+92=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #362C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C5C is #C9D3A3. Grayscale: #343434. Windows color (decimal): -13226916 or 6040630. OLE color: 6040630.

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

Color convert

RGB544492-
CMYK0.410.5200.64
HSL252.5º35.29%26.67%-
HSV(B)252.5º52.17%36.08%-
XYZ4.353.3610.54-
YUV52.46150.31129.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=28.42%
G=23.16%
B=48.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5444920.410.5200.64252.535.2926.67
Hex362C5C2934040fc231b
Octal6654134516401003744333
Binary1101101011001011100101001110100010000001111110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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