Html Css Color HEX #372965 Paris M

📋 copy color: '#372965'

red 55 ◦ green 41 ◦ blue 101

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

Shades of Paris M #372965

Tints of Paris M #372965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

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

R = 27.92%
G = 20.81%
B = 51.27%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#372965 (or 0x372965) is known color: Paris M. HEX triplet: 37, 29 and 65. RGB value is (55,41,101). Sum of RGB (Red+Green+Blue) = 55+41+101=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #372965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372965 is #C8D69A. Grayscale: #333333. Windows color (decimal): -13162139 or 6629687. OLE color: 6629687.

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

Color convert

RGB 55 41 101 -
CMYK 0.46 0.59 0 0.60
HSL 254º 0.42% 0.28% -
HSV(B) 254º 0.59% 0.4% -
XYZ 4.72 3.34 12.71 -
YUV 52.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 55 41 101 0.46 0.59 0 0.60 254 0.42 0.28
Hex 37 29 65 2E 3B 0 3C FE 2A 1C
Octal 67 51 145 56 73 0 74 376 52 34
Binary 110111 101001 1100101 101110 111011 0 111100 11111110 101010 11100

Color Harmonies of #372965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372965

Black with #372965

Text Example


Text Example

White with #372965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372965; }

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

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

background-color css

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

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

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

border-color css

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

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

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