#362F5D

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

Shades of Paris M #362F5D

Tints of Paris M #362F5D

Color information

#362F5D (or 0x362F5D) is unknown color: approx Paris M. HEX triplet: 36, 2F and 5D. RGB value is (54,47,93). Sum of RGB (Red+Green+Blue) = 54+47+93=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #362F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F5D is #C9D0A2. Grayscale: #363636. Windows color (decimal): -13226147 or 6106934. OLE color: 6106934.

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

Color convert

RGB544793-
CMYK0.420.4900.64
HSL249.13º32.86%27.45%-
HSV(B)249.13º49.46%36.47%-
XYZ4.513.6110.81-
YUV54.34149.82127.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=27.84%
G=24.23%
B=47.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5447930.420.4900.64249.1332.8627.45
Hex362F5D2A31040f9211b
Octal6657135526101003714133
Binary1101101011111011101101010110001010000001111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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