#3B356E

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

Shades of Minsk #3B356E

Tints of Minsk #3B356E

Color information

#3B356E (or 0x3B356E) is unknown color: approx Minsk. HEX triplet: 3B, 35 and 6E. RGB value is (59,53,110). Sum of RGB (Red+Green+Blue) = 59+53+110=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B356E is #C4CA91. Grayscale: #3D3D3D. Windows color (decimal): -12896914 or 7222587. OLE color: 7222587.

HSL color Cylindrical-coordinate representation of color #3B356E: hue angle of 246.32º 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 #3B356E is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5953110-
CMYK0.460.5200.57
HSL246.32º34.97%31.96%-
HSV(B)246.32º51.82%43.14%-
XYZ5.894.615.33-
YUV61.29155.49126.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=26.58%
G=23.87%
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
Decimal59531100.460.5200.57246.3234.9731.96
Hex3B356E2E34039f62320
Octal736515656640713664340
Binary1110111101011101110101110110100011100111110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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