Html Css Color HEX #372F61 Paris M

📋 copy color: '#372F61'

red 55 ◦ green 47 ◦ blue 97

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

Shades of Paris M #372F61

Tints of Paris M #372F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 27.64%
G = 23.62%
B = 48.74%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#372F61 (or 0x372F61) is known color: Paris M. HEX triplet: 37, 2F and 61. RGB value is (55,47,97). Sum of RGB (Red+Green+Blue) = 55+47+97=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #372F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F61 is #C8D09E. Grayscale: #363636. Windows color (decimal): -13160607 or 6369079. OLE color: 6369079.

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

Color convert

RGB 55 47 97 -
CMYK 0.43 0.52 0 0.62
HSL 249.6º 0.35% 0.28% -
HSV(B) 249.6º 0.52% 0.38% -
XYZ 4.75 3.71 11.77 -
YUV 55.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 55 47 97 0.43 0.52 0 0.62 249.6 0.35 0.28
Hex 37 2F 61 2B 34 0 3E FA 23 1C
Octal 67 57 141 53 64 0 76 372 43 34
Binary 110111 101111 1100001 101011 110100 0 111110 11111010 100011 11100

Color Harmonies of #372F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F61

Black with #372F61

Text Example


Text Example

White with #372F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,97); }

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

background-color css

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

 a { background-color: rgb(55,47,97); }

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

border-color css

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

 span { border-color: rgb(55,47,97); }

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