#36305A

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

Shades of Paris M #36305A

Tints of Paris M #36305A

Color information

#36305A (or 0x36305A) is unknown color: approx Paris M. HEX triplet: 36, 30 and 5A. RGB value is (54,48,90). Sum of RGB (Red+Green+Blue) = 54+48+90=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #36305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36305A is #C9CFA5. Grayscale: #363636. Windows color (decimal): -13225894 or 5910582. OLE color: 5910582.

HSL color Cylindrical-coordinate representation of color #36305A: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36305A is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB544890-
CMYK0.400.4700.65
HSL248.57º30.43%27.06%-
HSV(B)248.57º46.67%35.29%-
XYZ4.423.6410.14-
YUV54.58147.99127.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=28.12%
G=25%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5448900.400.4700.65248.5730.4327.06
Hex36305A282F041f91e1b
Octal6660132505701013713633
Binary110110110000101101010100010111101000001111110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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