#3B3276

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

Shades of Minsk #3B3276

Tints of Minsk #3B3276

Color information

#3B3276 (or 0x3B3276) is unknown color: approx Minsk. HEX triplet: 3B, 32 and 76. RGB value is (59,50,118). Sum of RGB (Red+Green+Blue) = 59+50+118=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B3276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3276 is #C4CD89. Grayscale: #3C3C3C. Windows color (decimal): -12897674 or 7746107. OLE color: 7746107.

HSL color Cylindrical-coordinate representation of color #3B3276: hue angle of 247.94º degrees, saturation: 0.4, 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 #3B3276 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5950118-
CMYK0.500.5800.54
HSL247.94º40.48%32.94%-
HSV(B)247.94º57.63%46.27%-
XYZ6.214.5217.68-
YUV60.44160.48126.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=25.99%
G=22.03%
B=51.98%

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
Decimal59501180.500.5800.54247.9440.4832.94
Hex3B3276323A036f82821
Octal736216662720663705041
Binary1110111100101110110110010111010011011011111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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