#3B3176

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

Shades of Minsk #3B3176

Tints of Minsk #3B3176

Color information

#3B3176 (or 0x3B3176) is unknown color: approx Minsk. HEX triplet: 3B, 31 and 76. RGB value is (59,49,118). Sum of RGB (Red+Green+Blue) = 59+49+118=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B3176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3176 is #C4CE89. Grayscale: #3B3B3B. Windows color (decimal): -12897930 or 7745851. OLE color: 7745851.

HSL color Cylindrical-coordinate representation of color #3B3176: hue angle of 248.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B3176 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5949118-
CMYK0.500.5800.54
HSL248.7º41.32%32.75%-
HSV(B)248.7º58.47%46.27%-
XYZ6.174.4317.67-
YUV59.86160.81127.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.11%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=26.11%
G=21.68%
B=52.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59491180.500.5800.54248.741.3232.75
Hex3B3176323A036f92921
Octal736116662720663715141
Binary1110111100011110110110010111010011011011111001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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