#3B3172

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

Shades of Minsk #3B3172

Tints of Minsk #3B3172

Color information

#3B3172 (or 0x3B3172) is unknown color: approx Minsk. HEX triplet: 3B, 31 and 72. RGB value is (59,49,114). Sum of RGB (Red+Green+Blue) = 59+49+114=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B3172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3172 is #C4CE8D. Grayscale: #3B3B3B. Windows color (decimal): -12897934 or 7483707. OLE color: 7483707.

HSL color Cylindrical-coordinate representation of color #3B3172: hue angle of 249.23º 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 #3B3172 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5949114-
CMYK0.480.5700.55
HSL249.23º39.88%31.96%-
HSV(B)249.23º57.02%44.71%-
XYZ5.944.3416.44-
YUV59.4158.81127.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=26.58%
G=22.07%
B=51.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59491140.480.5700.55249.2339.8831.96
Hex3B31723039037f92820
Octal736116260710673715040
Binary1110111100011110010110000111001011011111111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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