#36305C

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

Shades of Paris M #36305C

Tints of Paris M #36305C

Color information

#36305C (or 0x36305C) is unknown color: approx Paris M. HEX triplet: 36, 30 and 5C. RGB value is (54,48,92). Sum of RGB (Red+Green+Blue) = 54+48+92=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #36305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36305C is #C9CFA3. Grayscale: #363636. Windows color (decimal): -13225892 or 6041654. OLE color: 6041654.

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

Color convert

RGB544892-
CMYK0.410.4800.64
HSL248.18º31.43%27.45%-
HSV(B)248.18º47.83%36.08%-
XYZ4.513.6710.6-
YUV54.81148.99127.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=27.84%
G=24.74%
B=47.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5448920.410.4800.64248.1831.4327.45
Hex36305C2930040f81f1b
Octal6660134516001003703733
Binary110110110000101110010100111000001000000111110001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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