#3B356B

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

Shades of Minsk #3B356B

Tints of Minsk #3B356B

Color information

#3B356B (or 0x3B356B) is unknown color: approx Minsk. HEX triplet: 3B, 35 and 6B. RGB value is (59,53,107). Sum of RGB (Red+Green+Blue) = 59+53+107=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B356B is #C4CA94. Grayscale: #3C3C3C. Windows color (decimal): -12896917 or 7025979. OLE color: 7025979.

HSL color Cylindrical-coordinate representation of color #3B356B: hue angle of 246.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B356B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5953107-
CMYK0.450.5000.58
HSL246.67º33.75%31.37%-
HSV(B)246.67º50.47%41.96%-
XYZ5.734.5414.48-
YUV60.95153.99126.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=26.94%
G=24.20%
B=48.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59531070.450.5000.58246.6733.7531.37
Hex3B356B2D3203Af7221f
Octal736515355620723674237
Binary111011110101110101110110111001001110101111011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,107); }

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

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

 a { background-color: rgb(59,53,107); }

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

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

 span { border-color: rgb(59,53,107); }

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