#372573

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

Shades of Minsk #372573

Tints of Minsk #372573

Color information

#372573 (or 0x372573) is unknown color: approx Minsk. HEX triplet: 37, 25 and 73. RGB value is (55,37,115). Sum of RGB (Red+Green+Blue) = 55+37+115=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #372573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372573 is #C8DA8C. Grayscale: #323232. Windows color (decimal): -13163149 or 7546167. OLE color: 7546167.

HSL color Cylindrical-coordinate representation of color #372573: hue angle of 253.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372573 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5537115-
CMYK0.520.6800.55
HSL253.85º51.32%29.8%-
HSV(B)253.85º67.83%45.1%-
XYZ5.333.3716.59-
YUV51.27163.96130.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=26.57%
G=17.87%
B=55.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55371150.520.6800.55253.8551.3229.8
Hex3725733444037fe331e
Octal6745163641040673766336
Binary1101111001011110011110100100010001101111111111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372573; }

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

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

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

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

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

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

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

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