#372A60

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

Shades of Paris M #372A60

Tints of Paris M #372A60

Color information

#372A60 (or 0x372A60) is unknown color: approx Paris M. HEX triplet: 37, 2A and 60. RGB value is (55,42,96). Sum of RGB (Red+Green+Blue) = 55+42+96=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #372A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372A60 is #C8D59F. Grayscale: #333333. Windows color (decimal): -13161888 or 6302263. OLE color: 6302263.

HSL color Cylindrical-coordinate representation of color #372A60: hue angle of 254.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #372A60 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB554296-
CMYK0.430.5600.62
HSL254.44º39.13%27.06%-
HSV(B)254.44º56.25%37.65%-
XYZ4.513.3111.47-
YUV52.04152.81130.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=28.50%
G=21.76%
B=49.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5542960.430.5600.62254.4439.1327.06
Hex372A602B3803Efe271b
Octal675214053700763764733
Binary110111101010110000010101111100001111101111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372A60; }

 p { color: rgb(55,42,96); }

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

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

 a { background-color: rgb(55,42,96); }

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

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

 span { border-color: rgb(55,42,96); }

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