#3B3173

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

Shades of Minsk #3B3173

Tints of Minsk #3B3173

Color information

#3B3173 (or 0x3B3173) is unknown color: approx Minsk. HEX triplet: 3B, 31 and 73. RGB value is (59,49,115). Sum of RGB (Red+Green+Blue) = 59+49+115=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3173 is #C4CE8C. Grayscale: #3B3B3B. Windows color (decimal): -12897933 or 7549243. OLE color: 7549243.

HSL color Cylindrical-coordinate representation of color #3B3173: hue angle of 249.09º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B3173 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5949115-
CMYK0.490.5700.55
HSL249.09º40.24%32.16%-
HSV(B)249.09º57.39%45.1%-
XYZ64.3616.75-
YUV59.51159.31127.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=26.46%
G=21.97%
B=51.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59491150.490.5700.55249.0940.2432.16
Hex3B31733139037f92820
Octal736116361710673715040
Binary1110111100011110011110001111001011011111111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B3173; }

 p { color: rgb(59,49,115); }

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

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

 a { background-color: rgb(59,49,115); }

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

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

 span { border-color: rgb(59,49,115); }

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