Html Css Color HEX #372E5F Paris M

📋 copy color: '#372E5F'

red 55 ◦ green 46 ◦ blue 95

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

Shades of Paris M #372E5F

Tints of Paris M #372E5F

RGB

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

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

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

R = 28.06%
G = 23.47%
B = 48.47%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#372E5F (or 0x372E5F) is known color: Paris M. HEX triplet: 37, 2E and 5F. RGB value is (55,46,95). Sum of RGB (Red+Green+Blue) = 55+46+95=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #372E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E5F is #C8D1A0. Grayscale: #363636. Windows color (decimal): -13160865 or 6237751. OLE color: 6237751.

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

Color convert

RGB 55 46 95 -
CMYK 0.42 0.52 0 0.63
HSL 251.02º 0.35% 0.28% -
HSV(B) 251.02º 0.52% 0.37% -
XYZ 4.62 3.59 11.28 -
YUV 54.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 55 46 95 0.42 0.52 0 0.63 251.02 0.35 0.28
Hex 37 2E 5F 2A 34 0 3F FB 23 1C
Octal 67 56 137 52 64 0 77 373 43 34
Binary 110111 101110 1011111 101010 110100 0 111111 11111011 100011 11100

Color Harmonies of #372E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E5F

Black with #372E5F

Text Example


Text Example

White with #372E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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