#3B2E76

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

Shades of Minsk #3B2E76

Tints of Minsk #3B2E76

Color information

#3B2E76 (or 0x3B2E76) is unknown color: approx Minsk. HEX triplet: 3B, 2E and 76. RGB value is (59,46,118). Sum of RGB (Red+Green+Blue) = 59+46+118=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B2E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2E76 is #C4D189. Grayscale: #393939. Windows color (decimal): -12898698 or 7745083. OLE color: 7745083.

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

Color convert

RGB5946118-
CMYK0.500.6100.54
HSL250.83º43.9%32.16%-
HSV(B)250.83º61.02%46.27%-
XYZ6.054.1917.63-
YUV58.1161.81128.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=26.46%
G=20.63%
B=52.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59461180.500.6100.54250.8343.932.16
Hex3B2E76323D036fb2c20
Octal735616662750663735440
Binary1110111011101110110110010111101011011011111011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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