#372D6C

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

Shades of Minsk #372D6C

Tints of Minsk #372D6C

Color information

#372D6C (or 0x372D6C) is unknown color: approx Minsk. HEX triplet: 37, 2D and 6C. RGB value is (55,45,108). Sum of RGB (Red+Green+Blue) = 55+45+108=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #372D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D6C is #C8D293. Grayscale: #363636. Windows color (decimal): -13161108 or 7089463. OLE color: 7089463.

HSL color Cylindrical-coordinate representation of color #372D6C: hue angle of 249.52º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372D6C is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5545108-
CMYK0.490.5800.58
HSL249.52º41.18%30%-
HSV(B)249.52º58.33%42.35%-
XYZ5.223.7714.64-
YUV55.17157.81127.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=26.44%
G=21.63%
B=51.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55451080.490.5800.58249.5241.1830
Hex372D6C313A03Afa291e
Octal675515461720723725136
Binary110111101101110110011000111101001110101111101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,45,108); }

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

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

 a { background-color: rgb(55,45,108); }

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

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

 span { border-color: rgb(55,45,108); }

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