#3B2E75

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

Shades of Minsk #3B2E75

Tints of Minsk #3B2E75

Color information

#3B2E75 (or 0x3B2E75) is unknown color: approx Minsk. HEX triplet: 3B, 2E and 75. RGB value is (59,46,117). Sum of RGB (Red+Green+Blue) = 59+46+117=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B2E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2E75 is #C4D18A. Grayscale: #393939. Windows color (decimal): -12898699 or 7679547. OLE color: 7679547.

HSL color Cylindrical-coordinate representation of color #3B2E75: hue angle of 250.99º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B2E75 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5946117-
CMYK0.500.6100.54
HSL250.99º43.56%31.96%-
HSV(B)250.99º60.68%45.88%-
XYZ5.994.1717.32-
YUV57.98161.31128.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=26.58%
G=20.72%
B=52.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59461170.500.6100.54250.9943.5631.96
Hex3B2E75323D036fb2c20
Octal735616562750663735440
Binary1110111011101110101110010111101011011011111011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,117); }

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

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

 a { background-color: rgb(59,46,117); }

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

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

 span { border-color: rgb(59,46,117); }

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