#3B316F

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

Shades of Minsk #3B316F

Tints of Minsk #3B316F

Color information

#3B316F (or 0x3B316F) is unknown color: approx Minsk. HEX triplet: 3B, 31 and 6F. RGB value is (59,49,111). Sum of RGB (Red+Green+Blue) = 59+49+111=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B316F is #C4CE90. Grayscale: #3A3A3A. Windows color (decimal): -12897937 or 7287099. OLE color: 7287099.

HSL color Cylindrical-coordinate representation of color #3B316F: hue angle of 249.68º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B316F is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5949111-
CMYK0.470.5600.56
HSL249.68º38.75%31.37%-
HSV(B)249.68º55.86%43.53%-
XYZ5.774.2715.56-
YUV59.06157.31127.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=26.94%
G=22.37%
B=50.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59491110.470.5600.56249.6838.7531.37
Hex3B316F2F38038fa271f
Octal736115757700703724737
Binary111011110001110111110111111100001110001111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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