#372772

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

Shades of Minsk #372772

Tints of Minsk #372772

Color information

#372772 (or 0x372772) is unknown color: approx Minsk. HEX triplet: 37, 27 and 72. RGB value is (55,39,114). Sum of RGB (Red+Green+Blue) = 55+39+114=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #372772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372772 is #C8D88D. Grayscale: #343434. Windows color (decimal): -13162638 or 7481143. OLE color: 7481143.

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

Color convert

RGB5539114-
CMYK0.520.6600.55
HSL252.8º49.02%30%-
HSV(B)252.8º65.79%44.71%-
XYZ5.343.4816.31-
YUV52.33162.8129.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=26.44%
G=18.75%
B=54.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55391140.520.6600.55252.849.0230
Hex3727723442037fd311e
Octal6747162641020673756136
Binary1101111001111110010110100100001001101111111110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372772; }

 p { color: rgb(55,39,114); }

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

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

 a { background-color: rgb(55,39,114); }

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

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

 span { border-color: rgb(55,39,114); }

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