#36305D

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

Shades of Paris M #36305D

Tints of Paris M #36305D

Color information

#36305D (or 0x36305D) is unknown color: approx Paris M. HEX triplet: 36, 30 and 5D. RGB value is (54,48,93). Sum of RGB (Red+Green+Blue) = 54+48+93=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #36305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36305D is #C9CFA2. Grayscale: #363636. Windows color (decimal): -13225891 or 6107190. OLE color: 6107190.

HSL color Cylindrical-coordinate representation of color #36305D: hue angle of 248º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36305D is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB544893-
CMYK0.420.4800.64
HSL248º31.91%27.65%-
HSV(B)248º48.39%36.47%-
XYZ4.553.6910.83-
YUV54.92149.49127.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=27.69%
G=24.62%
B=47.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5448930.420.4800.6424831.9127.65
Hex36305D2A30040f8201c
Octal6660135526001003704034
Binary1101101100001011101101010110000010000001111100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36305D; }

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

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

<style>
 a { background-color: #36305D; }

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

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

<style>
 span { border-color: #36305D; }

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

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