#3B2C70

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

Shades of Minsk #3B2C70

Tints of Minsk #3B2C70

Color information

#3B2C70 (or 0x3B2C70) is unknown color: approx Minsk. HEX triplet: 3B, 2C and 70. RGB value is (59,44,112). Sum of RGB (Red+Green+Blue) = 59+44+112=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B2C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2C70 is #C4D38F. Grayscale: #373737. Windows color (decimal): -12899216 or 7351355. OLE color: 7351355.

HSL color Cylindrical-coordinate representation of color #3B2C70: hue angle of 253.24º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B2C70 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5944112-
CMYK0.470.6100.56
HSL253.24º43.59%30.59%-
HSV(B)253.24º60.71%43.92%-
XYZ5.633.915.79-
YUV56.24159.47129.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=27.44%
G=20.47%
B=52.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59441120.470.6100.56253.2443.5930.59
Hex3B2C702F3D038fd2c1f
Octal735416057750703755437
Binary111011101100111000010111111110101110001111110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,44,112); }

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

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

 a { background-color: rgb(59,44,112); }

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

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

 span { border-color: rgb(59,44,112); }

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