#362966

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

Shades of Paris M #362966

Tints of Paris M #362966

Color information

#362966 (or 0x362966) is unknown color: approx Paris M. HEX triplet: 36, 29 and 66. RGB value is (54,41,102). Sum of RGB (Red+Green+Blue) = 54+41+102=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #362966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362966 is #C9D699. Grayscale: #333333. Windows color (decimal): -13227674 or 6695222. OLE color: 6695222.

HSL color Cylindrical-coordinate representation of color #362966: hue angle of 252.79º 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 #362966 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5441102-
CMYK0.470.6000.6
HSL252.79º42.66%28.04%-
HSV(B)252.79º59.8%40%-
XYZ4.713.3312.96-
YUV51.84156.31129.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=27.41%
G=20.81%
B=51.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54411020.470.6000.6252.7942.6628.04
Hex3629662F3C03Cfd2b1c
Octal665114657740743755334
Binary110110101001110011010111111110001111001111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362966; }

 p { color: rgb(54,41,102); }

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

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

 a { background-color: rgb(54,41,102); }

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

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

 span { border-color: rgb(54,41,102); }

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