#3B3077

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

Shades of Minsk #3B3077

Tints of Minsk #3B3077

Color information

#3B3077 (or 0x3B3077) is unknown color: approx Minsk. HEX triplet: 3B, 30 and 77. RGB value is (59,48,119). Sum of RGB (Red+Green+Blue) = 59+48+119=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B3077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3077 is #C4CF88. Grayscale: #3B3B3B. Windows color (decimal): -12898185 or 7811131. OLE color: 7811131.

HSL color Cylindrical-coordinate representation of color #3B3077: hue angle of 249.3º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B3077 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5948119-
CMYK0.500.6000.53
HSL249.3º42.51%32.75%-
HSV(B)249.3º59.66%46.67%-
XYZ6.194.3817.97-
YUV59.38161.64127.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.11%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=26.11%
G=21.24%
B=52.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59481190.500.6000.53249.342.5132.75
Hex3B3077323C035f92b21
Octal736016762740653715341
Binary1110111100001110111110010111100011010111111001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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