#36315B

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

Shades of Paris M #36315B

Tints of Paris M #36315B

Color information

#36315B (or 0x36315B) is unknown color: approx Paris M. HEX triplet: 36, 31 and 5B. RGB value is (54,49,91). Sum of RGB (Red+Green+Blue) = 54+49+91=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #36315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36315B is #C9CEA4. Grayscale: #373737. Windows color (decimal): -13225637 or 5976374. OLE color: 5976374.

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

Color convert

RGB544991-
CMYK0.410.4600.64
HSL247.14º30%27.45%-
HSV(B)247.14º46.15%35.69%-
XYZ4.513.7410.38-
YUV55.28148.16127.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=27.84%
G=25.26%
B=46.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5449910.410.4600.64247.143027.45
Hex36315B292E040f71e1b
Octal6661133515601003673633
Binary110110110001101101110100110111001000000111101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36315B; }

 p { color: rgb(54,49,91); }

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

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

 a { background-color: rgb(54,49,91); }

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

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

 span { border-color: rgb(54,49,91); }

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