#3B3178

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

Shades of Minsk #3B3178

Tints of Minsk #3B3178

Color information

#3B3178 (or 0x3B3178) is unknown color: approx Minsk. HEX triplet: 3B, 31 and 78. RGB value is (59,49,120). Sum of RGB (Red+Green+Blue) = 59+49+120=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B3178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3178 is #C4CE87. Grayscale: #3B3B3B. Windows color (decimal): -12897928 or 7876923. OLE color: 7876923.

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

Color convert

RGB5949120-
CMYK0.510.5900.53
HSL248.45º42.01%33.14%-
HSV(B)248.45º59.17%47.06%-
XYZ6.294.4818.3-
YUV60.08161.81127.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=25.88%
G=21.49%
B=52.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59491200.510.5900.53248.4542.0133.14
Hex3B3178333B035f82a21
Octal736117063730653705241
Binary1110111100011111000110011111011011010111111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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