#3B3076

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

Shades of Minsk #3B3076

Tints of Minsk #3B3076

Color information

#3B3076 (or 0x3B3076) is unknown color: approx Minsk. HEX triplet: 3B, 30 and 76. RGB value is (59,48,118). Sum of RGB (Red+Green+Blue) = 59+48+118=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3076 is #C4CF89. Grayscale: #3B3B3B. Windows color (decimal): -12898186 or 7745595. OLE color: 7745595.

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

Color convert

RGB5948118-
CMYK0.500.5900.54
HSL249.43º42.17%32.55%-
HSV(B)249.43º59.32%46.27%-
XYZ6.134.3517.66-
YUV59.27161.14127.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=26.22%
G=21.33%
B=52.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59481180.500.5900.54249.4342.1732.55
Hex3B3076323B036f92a21
Octal736016662730663715241
Binary1110111100001110110110010111011011011011111001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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