Html Css Color HEX #372F5F Paris M

📋 copy color: '#372F5F'

red 55 ◦ green 47 ◦ blue 95

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

Shades of Paris M #372F5F

Tints of Paris M #372F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 27.92%
G = 23.86%
B = 48.22%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#372F5F (or 0x372F5F) is known color: Paris M. HEX triplet: 37, 2F and 5F. RGB value is (55,47,95). Sum of RGB (Red+Green+Blue) = 55+47+95=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #372F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F5F is #C8D0A0. Grayscale: #363636. Windows color (decimal): -13160609 or 6238007. OLE color: 6238007.

HSL color Cylindrical-coordinate representation of color #372F5F: hue angle of 250º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372F5F is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 47 95 -
CMYK 0.42 0.51 0 0.63
HSL 250º 0.34% 0.28% -
HSV(B) 250º 0.51% 0.37% -
XYZ 4.66 3.67 11.29 -
YUV 54.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 55 47 95 0.42 0.51 0 0.63 250 0.34 0.28
Hex 37 2F 5F 2A 33 0 3F FA 22 1C
Octal 67 57 137 52 63 0 77 372 42 34
Binary 110111 101111 1011111 101010 110011 0 111111 11111010 100010 11100

Color Harmonies of #372F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F5F

Black with #372F5F

Text Example


Text Example

White with #372F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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