#372765

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

Shades of Paris M #372765

Tints of Paris M #372765

Color information

#372765 (or 0x372765) is unknown color: approx Paris M. HEX triplet: 37, 27 and 65. RGB value is (55,39,101). Sum of RGB (Red+Green+Blue) = 55+39+101=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 39 (15.62% from 255 or 20% 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 #372765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372765 is #C8D89A. Grayscale: #323232. Windows color (decimal): -13162651 or 6629175. OLE color: 6629175.

HSL color Cylindrical-coordinate representation of color #372765: hue angle of 255.48º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #372765 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5539101-
CMYK0.460.6100.60
HSL255.48º44.29%27.45%-
HSV(B)255.48º61.39%39.61%-
XYZ4.653.212.69-
YUV50.85156.3130.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=28.21%
G=20%
B=51.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55391010.460.6100.60255.4844.2927.45
Hex3727652E3D03Cff2c1b
Octal674714556750743775433
Binary110111100111110010110111011110101111001111111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372765; }

 p { color: rgb(55,39,101); }

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

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

 a { background-color: rgb(55,39,101); }

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

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

 span { border-color: rgb(55,39,101); }

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