#363060

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

Shades of Paris M #363060

Tints of Paris M #363060

Color information

#363060 (or 0x363060) is unknown color: approx Paris M. HEX triplet: 36, 30 and 60. RGB value is (54,48,96). Sum of RGB (Red+Green+Blue) = 54+48+96=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #363060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363060 is #C9CF9F. Grayscale: #373737. Windows color (decimal): -13225888 or 6303798. OLE color: 6303798.

HSL color Cylindrical-coordinate representation of color #363060: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363060 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB544896-
CMYK0.440.5000.62
HSL247.5º33.33%28.24%-
HSV(B)247.5º50%37.65%-
XYZ4.693.7411.54-
YUV55.27150.99127.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=27.27%
G=24.24%
B=48.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5448960.440.5000.62247.533.3328.24
Hex3630602C3203Ef8211c
Octal666014054620763704134
Binary110110110000110000010110011001001111101111100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363060; }

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

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

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

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

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

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

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

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