#3B2C6D

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

Shades of Minsk #3B2C6D

Tints of Minsk #3B2C6D

Color information

#3B2C6D (or 0x3B2C6D) is unknown color: approx Minsk. HEX triplet: 3B, 2C and 6D. RGB value is (59,44,109). Sum of RGB (Red+Green+Blue) = 59+44+109=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B2C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2C6D is #C4D392. Grayscale: #373737. Windows color (decimal): -12899219 or 7154747. OLE color: 7154747.

HSL color Cylindrical-coordinate representation of color #3B2C6D: hue angle of 253.85º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B2C6D is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5944109-
CMYK0.460.6000.57
HSL253.85º42.48%30%-
HSV(B)253.85º59.63%42.75%-
XYZ5.463.8414.92-
YUV55.9157.97130.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.83%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 109 (42.97% from 255) = 51.42%
R=27.83%
G=20.75%
B=51.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59441090.460.6000.57253.8542.4830
Hex3B2C6D2E3C039fe2a1e
Octal735415556740713765236
Binary111011101100110110110111011110001110011111111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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