#3B3272

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

Shades of Minsk #3B3272

Tints of Minsk #3B3272

Color information

#3B3272 (or 0x3B3272) is unknown color: approx Minsk. HEX triplet: 3B, 32 and 72. RGB value is (59,50,114). Sum of RGB (Red+Green+Blue) = 59+50+114=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3272 is #C4CD8D. Grayscale: #3B3B3B. Windows color (decimal): -12897678 or 7483963. OLE color: 7483963.

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

Color convert

RGB5950114-
CMYK0.480.5600.55
HSL248.44º39.02%32.16%-
HSV(B)248.44º56.14%44.71%-
XYZ5.984.4316.46-
YUV59.99158.48127.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=26.46%
G=22.42%
B=51.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59501140.480.5600.55248.4439.0232.16
Hex3B32723038037f82720
Octal736216260700673704740
Binary1110111100101110010110000111000011011111111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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