#3B2B73

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

Shades of Minsk #3B2B73

Tints of Minsk #3B2B73

Color information

#3B2B73 (or 0x3B2B73) is unknown color: approx Minsk. HEX triplet: 3B, 2B and 73. RGB value is (59,43,115). Sum of RGB (Red+Green+Blue) = 59+43+115=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B73 is #C4D48C. Grayscale: #373737. Windows color (decimal): -12899469 or 7547707. OLE color: 7547707.

HSL color Cylindrical-coordinate representation of color #3B2B73: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2B73 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5943115-
CMYK0.490.6300.55
HSL253.33º45.57%30.98%-
HSV(B)253.33º62.61%45.1%-
XYZ5.763.916.67-
YUV55.99161.3130.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=27.19%
G=19.82%
B=53.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59431150.490.6300.55253.3345.5730.98
Hex3B2B73313F037fd2e1f
Octal735316361770673755637
Binary111011101011111001111000111111101101111111110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,43,115); }

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

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

 a { background-color: rgb(59,43,115); }

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

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

 span { border-color: rgb(59,43,115); }

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