#3B3071

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

Shades of Minsk #3B3071

Tints of Minsk #3B3071

Color information

#3B3071 (or 0x3B3071) is unknown color: approx Minsk. HEX triplet: 3B, 30 and 71. RGB value is (59,48,113). Sum of RGB (Red+Green+Blue) = 59+48+113=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B3071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3071 is #C4CF8E. Grayscale: #3A3A3A. Windows color (decimal): -12898191 or 7417915. OLE color: 7417915.

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

Color convert

RGB5948113-
CMYK0.480.5800.56
HSL250.15º40.37%31.57%-
HSV(B)250.15º57.52%44.31%-
XYZ5.844.2416.13-
YUV58.7158.64128.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=26.82%
G=21.82%
B=51.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59481130.480.5800.56250.1540.3731.57
Hex3B3071303A038fa2820
Octal736016160720703725040
Binary1110111100001110001110000111010011100011111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,48,113); }

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

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

 a { background-color: rgb(59,48,113); }

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

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

 span { border-color: rgb(59,48,113); }

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