Html Css Color HEX #372E63 Paris M

📋 copy color: '#372E63'

red 55 ◦ green 46 ◦ blue 99

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

Shades of Paris M #372E63

Tints of Paris M #372E63

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23%

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

R = 27.5%
G = 23%
B = 49.5%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#372E63 (or 0x372E63) is known color: Paris M. HEX triplet: 37, 2E and 63. RGB value is (55,46,99). Sum of RGB (Red+Green+Blue) = 55+46+99=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #372E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E63 is #C8D19C. Grayscale: #363636. Windows color (decimal): -13160861 or 6499895. OLE color: 6499895.

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

Color convert

RGB 55 46 99 -
CMYK 0.44 0.54 0 0.61
HSL 250.19º 0.37% 0.28% -
HSV(B) 250.19º 0.54% 0.39% -
XYZ 4.8 3.67 12.26 -
YUV 54.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 55 46 99 0.44 0.54 0 0.61 250.19 0.37 0.28
Hex 37 2E 63 2C 36 0 3D FA 25 1C
Octal 67 56 143 54 66 0 75 372 45 34
Binary 110111 101110 1100011 101100 110110 0 111101 11111010 100101 11100

Color Harmonies of #372E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E63

Black with #372E63

Text Example


Text Example

White with #372E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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