Html Css Color HEX #372F62 Paris M

📋 copy color: '#372F62'

red 55 ◦ green 47 ◦ blue 98

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

Shades of Paris M #372F62

Tints of Paris M #372F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 27.5%
G = 23.5%
B = 49%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#372F62 (or 0x372F62) is known color: Paris M. HEX triplet: 37, 2F and 62. RGB value is (55,47,98). Sum of RGB (Red+Green+Blue) = 55+47+98=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #372F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F62 is #C8D09D. Grayscale: #373737. Windows color (decimal): -13160606 or 6434615. OLE color: 6434615.

HSL color Cylindrical-coordinate representation of color #372F62: hue angle of 249.41º 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 #372F62 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 47 98 -
CMYK 0.44 0.52 0 0.62
HSL 249.41º 0.35% 0.28% -
HSV(B) 249.41º 0.52% 0.38% -
XYZ 4.8 3.73 12.02 -
YUV 55.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 55 47 98 0.44 0.52 0 0.62 249.41 0.35 0.28
Hex 37 2F 62 2C 34 0 3E F9 23 1C
Octal 67 57 142 54 64 0 76 371 43 34
Binary 110111 101111 1100010 101100 110100 0 111110 11111001 100011 11100

Color Harmonies of #372F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F62

Black with #372F62

Text Example


Text Example

White with #372F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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