#362865

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

Shades of Paris M #362865

Tints of Paris M #362865

Color information

#362865 (or 0x362865) is unknown color: approx Paris M. HEX triplet: 36, 28 and 65. RGB value is (54,40,101). Sum of RGB (Red+Green+Blue) = 54+40+101=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #362865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362865 is #C9D79A. Grayscale: #323232. Windows color (decimal): -13227931 or 6629430. OLE color: 6629430.

HSL color Cylindrical-coordinate representation of color #362865: hue angle of 253.77º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362865 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5440101-
CMYK0.470.6000.60
HSL253.77º43.26%27.65%-
HSV(B)253.77º60.4%39.61%-
XYZ4.633.2412.69-
YUV51.14156.14130.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=27.69%
G=20.51%
B=51.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54401010.470.6000.60253.7743.2627.65
Hex3628652F3C03Cfe2b1c
Octal665014557740743765334
Binary110110101000110010110111111110001111001111111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362865; }

 p { color: rgb(54,40,101); }

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

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

 a { background-color: rgb(54,40,101); }

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

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

 span { border-color: rgb(54,40,101); }

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