Html Css Color HEX #372D63 Paris M

📋 copy color: '#372D63'

red 55 ◦ green 45 ◦ blue 99

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

Shades of Paris M #372D63

Tints of Paris M #372D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.61%

 BLUE value IS 99 (39.06% from 255) = 49.75%

R = 27.64%
G = 22.61%
B = 49.75%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#372D63 (or 0x372D63) is known color: Paris M. HEX triplet: 37, 2D and 63. RGB value is (55,45,99). Sum of RGB (Red+Green+Blue) = 55+45+99=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #372D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D63 is #C8D29C. Grayscale: #353535. Windows color (decimal): -13161117 or 6499639. OLE color: 6499639.

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

Color convert

RGB 55 45 99 -
CMYK 0.44 0.55 0 0.61
HSL 251.11º 0.38% 0.28% -
HSV(B) 251.11º 0.55% 0.39% -
XYZ 4.77 3.59 12.25 -
YUV 54.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 55 45 99 0.44 0.55 0 0.61 251.11 0.38 0.28
Hex 37 2D 63 2C 37 0 3D FB 26 1C
Octal 67 55 143 54 67 0 75 373 46 34
Binary 110111 101101 1100011 101100 110111 0 111101 11111011 100110 11100

Color Harmonies of #372D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D63

Black with #372D63

Text Example


Text Example

White with #372D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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