#3B346A

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

Shades of Minsk #3B346A

Tints of Minsk #3B346A

Color information

#3B346A (or 0x3B346A) is unknown color: approx Minsk. HEX triplet: 3B, 34 and 6A. RGB value is (59,52,106). Sum of RGB (Red+Green+Blue) = 59+52+106=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B346A is #C4CB95. Grayscale: #3C3C3C. Windows color (decimal): -12897174 or 6960187. OLE color: 6960187.

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

Color convert

RGB5952106-
CMYK0.440.5100.58
HSL247.78º34.18%30.98%-
HSV(B)247.78º50.94%41.57%-
XYZ5.634.4314.19-
YUV60.25153.82127.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=27.19%
G=23.96%
B=48.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59521060.440.5100.58247.7834.1830.98
Hex3B346A2C3303Af8221f
Octal736415254630723704237
Binary111011110100110101010110011001101110101111100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,106); }

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

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

 a { background-color: rgb(59,52,106); }

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

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

 span { border-color: rgb(59,52,106); }

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