Html Css Color HEX #372860 Paris M

📋 copy color: '#372860'

red 55 ◦ green 40 ◦ blue 96

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

Shades of Paris M #372860

Tints of Paris M #372860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 28.8%
G = 20.94%
B = 50.26%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#372860 (or 0x372860) is known color: Paris M. HEX triplet: 37, 28 and 60. RGB value is (55,40,96). Sum of RGB (Red+Green+Blue) = 55+40+96=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #372860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372860 is #C8D79F. Grayscale: #323232. Windows color (decimal): -13162400 or 6301751. OLE color: 6301751.

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

Color convert

RGB 55 40 96 -
CMYK 0.43 0.58 0 0.62
HSL 256.07º 0.41% 0.27% -
HSV(B) 256.07º 0.58% 0.38% -
XYZ 4.45 3.17 11.44 -
YUV 50.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 55 40 96 0.43 0.58 0 0.62 256.07 0.41 0.27
Hex 37 28 60 2B 3A 0 3E 100 29 1B
Octal 67 50 140 53 72 0 76 400 51 33
Binary 110111 101000 1100000 101011 111010 0 111110 100000000 101001 11011

Color Harmonies of #372860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372860

Black with #372860

Text Example


Text Example

White with #372860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372860; }

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

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

background-color css

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

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

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

border-color css

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

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

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