Html Css Color HEX #372C60 Paris M

📋 copy color: '#372C60'

red 55 ◦ green 44 ◦ blue 96

#372C60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #372C60

Tints of Paris M #372C60

RGB

 RED value IS 55 (21.88% from 255) = 28.21%

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 28.21%
G = 22.56%
B = 49.23%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#372C60 (or 0x372C60) is known color: Paris M. HEX triplet: 37, 2C and 60. RGB value is (55,44,96). Sum of RGB (Red+Green+Blue) = 55+44+96=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #372C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C60 is #C8D39F. Grayscale: #353535. Windows color (decimal): -13161376 or 6302775. OLE color: 6302775.

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

Color convert

RGB 55 44 96 -
CMYK 0.43 0.54 0 0.62
HSL 252.69º 0.37% 0.27% -
HSV(B) 252.69º 0.54% 0.38% -
XYZ 4.59 3.46 11.49 -
YUV 53.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 55 44 96 0.43 0.54 0 0.62 252.69 0.37 0.27
Hex 37 2C 60 2B 36 0 3E FD 25 1B
Octal 67 54 140 53 66 0 76 375 45 33
Binary 110111 101100 1100000 101011 110110 0 111110 11111101 100101 11011

Color Harmonies of #372C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C60

Black with #372C60

Text Example


Text Example

White with #372C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #372C60;
 }
 .AnyTagClassName
 {
   color: #372C60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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