#372E73

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

Shades of Minsk #372E73

Tints of Minsk #372E73

Color information

#372E73 (or 0x372E73) is unknown color: approx Minsk. HEX triplet: 37, 2E and 73. RGB value is (55,46,115). Sum of RGB (Red+Green+Blue) = 55+46+115=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #372E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E73 is #C8D18C. Grayscale: #383838. Windows color (decimal): -13160845 or 7548471. OLE color: 7548471.

HSL color Cylindrical-coordinate representation of color #372E73: hue angle of 247.83º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372E73 is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5546115-
CMYK0.520.600.55
HSL247.83º42.86%31.57%-
HSV(B)247.83º60%45.1%-
XYZ5.65416.69-
YUV56.56160.98126.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=25.46%
G=21.30%
B=53.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55461150.520.600.55247.8342.8631.57
Hex372E73343C037f82b20
Octal675616364740673705340
Binary1101111011101110011110100111100011011111111000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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