#372B66

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

Shades of Paris M #372B66

Tints of Paris M #372B66

Color information

#372B66 (or 0x372B66) is unknown color: approx Paris M. HEX triplet: 37, 2B and 66. RGB value is (55,43,102). Sum of RGB (Red+Green+Blue) = 55+43+102=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #372B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B66 is #C8D499. Grayscale: #353535. Windows color (decimal): -13161626 or 6695735. OLE color: 6695735.

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

Color convert

RGB5543102-
CMYK0.460.5800.6
HSL252.2º40.69%28.43%-
HSV(B)252.2º57.84%40%-
XYZ4.843.512.99-
YUV53.31155.48129.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 102 (40.23% from 255) = 51%
R=27.5%
G=21.5%
B=51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55431020.460.5800.6252.240.6928.43
Hex372B662E3A03Cfc291c
Octal675314656720743745134
Binary110111101011110011010111011101001111001111110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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