#372A63

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

Shades of Paris M #372A63

Tints of Paris M #372A63

Color information

#372A63 (or 0x372A63) is unknown color: approx Paris M. HEX triplet: 37, 2A and 63. RGB value is (55,42,99). Sum of RGB (Red+Green+Blue) = 55+42+99=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #372A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372A63 is #C8D59C. Grayscale: #343434. Windows color (decimal): -13161885 or 6498871. OLE color: 6498871.

HSL color Cylindrical-coordinate representation of color #372A63: hue angle of 253.68º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372A63 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB554299-
CMYK0.440.5800.61
HSL253.68º40.43%27.65%-
HSV(B)253.68º57.58%38.82%-
XYZ4.663.3712.21-
YUV52.39154.31129.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=28.06%
G=21.43%
B=50.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5542990.440.5800.61253.6840.4327.65
Hex372A632C3A03Dfe281c
Octal675214354720753765034
Binary110111101010110001110110011101001111011111111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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