#36315F

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

Shades of Paris M #36315F

Tints of Paris M #36315F

Color information

#36315F (or 0x36315F) is unknown color: approx Paris M. HEX triplet: 36, 31 and 5F. RGB value is (54,49,95). Sum of RGB (Red+Green+Blue) = 54+49+95=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #36315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36315F is #C9CEA0. Grayscale: #373737. Windows color (decimal): -13225633 or 6238518. OLE color: 6238518.

HSL color Cylindrical-coordinate representation of color #36315F: hue angle of 246.52º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36315F is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB544995-
CMYK0.430.4800.63
HSL246.52º31.94%28.24%-
HSV(B)246.52º48.42%37.25%-
XYZ4.693.8111.31-
YUV55.74150.16126.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=27.27%
G=24.75%
B=47.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5449950.430.4800.63246.5231.9428.24
Hex36315F2B3003Ff7201c
Octal666113753600773674034
Binary110110110001101111110101111000001111111111011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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