#3B346D

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

Shades of Minsk #3B346D

Tints of Minsk #3B346D

Color information

#3B346D (or 0x3B346D) is unknown color: approx Minsk. HEX triplet: 3B, 34 and 6D. RGB value is (59,52,109). Sum of RGB (Red+Green+Blue) = 59+52+109=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B346D is #C4CB92. Grayscale: #3C3C3C. Windows color (decimal): -12897171 or 7156795. OLE color: 7156795.

HSL color Cylindrical-coordinate representation of color #3B346D: hue angle of 247.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B346D is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5952109-
CMYK0.460.5200.57
HSL247.37º35.4%31.57%-
HSV(B)247.37º52.29%42.75%-
XYZ5.794.4915.03-
YUV60.59155.32126.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=26.82%
G=23.64%
B=49.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59521090.460.5200.57247.3735.431.57
Hex3B346D2E34039f72320
Octal736415556640713674340
Binary1110111101001101101101110110100011100111110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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