#372962

Color #372962 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #372962

Tints of Paris M #372962

Color information

#372962 (or 0x372962) is unknown color: approx Paris M. HEX triplet: 37, 29 and 62. RGB value is (55,41,98). Sum of RGB (Red+Green+Blue) = 55+41+98=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #372962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372962 is #C8D69D. Grayscale: #333333. Windows color (decimal): -13162142 or 6433079. OLE color: 6433079.

HSL color Cylindrical-coordinate representation of color #372962: hue angle of 254.74º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372962 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB554198-
CMYK0.440.5800.62
HSL254.74º41.01%27.25%-
HSV(B)254.74º58.16%38.43%-
XYZ4.573.2811.95-
YUV51.68154.14130.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=28.35%
G=21.13%
B=50.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5541980.440.5800.62254.7441.0127.25
Hex3729622C3A03Eff291b
Octal675114254720763775133
Binary110111101001110001010110011101001111101111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372962; }

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

 H1.HeaderClassName
 {
   color: #372962;
 }
 .AnyTagClassName
 {
   color: #372962;
 }
</style>
background-color css

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

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

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

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

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

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