Html Css Color HEX #372B65 Paris M

📋 copy color: '#372B65'

red 55 ◦ green 43 ◦ blue 101

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

Shades of Paris M #372B65

Tints of Paris M #372B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.61%

 BLUE value IS 101 (39.84% from 255) = 50.75%

R = 27.64%
G = 21.61%
B = 50.75%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#372B65 (or 0x372B65) is known color: Paris M. HEX triplet: 37, 2B and 65. RGB value is (55,43,101). Sum of RGB (Red+Green+Blue) = 55+43+101=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #372B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B65 is #C8D49A. Grayscale: #343434. Windows color (decimal): -13161627 or 6630199. OLE color: 6630199.

HSL color Cylindrical-coordinate representation of color #372B65: hue angle of 252.41º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #372B65 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 43 101 -
CMYK 0.46 0.57 0 0.60
HSL 252.41º 0.4% 0.28% -
HSV(B) 252.41º 0.57% 0.4% -
XYZ 4.79 3.48 12.73 -
YUV 53.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 55 43 101 0.46 0.57 0 0.60 252.41 0.4 0.28
Hex 37 2B 65 2E 39 0 3C FC 28 1C
Octal 67 53 145 56 71 0 74 374 50 34
Binary 110111 101011 1100101 101110 111001 0 111100 11111100 101000 11100

Color Harmonies of #372B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B65

Black with #372B65

Text Example


Text Example

White with #372B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,101); }

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

background-color css

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

 a { background-color: rgb(55,43,101); }

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

border-color css

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

 span { border-color: rgb(55,43,101); }

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