#3C3271

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

Shades of Minsk #3C3271

Tints of Minsk #3C3271

Color information

#3C3271 (or 0x3C3271) is unknown color: approx Minsk. HEX triplet: 3C, 32 and 71. RGB value is (60,50,113). Sum of RGB (Red+Green+Blue) = 60+50+113=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3271 is #C3CD8E. Grayscale: #3B3B3B. Windows color (decimal): -12832143 or 7418428. OLE color: 7418428.

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

Color convert

RGB6050113-
CMYK0.470.5600.56
HSL249.52º38.65%31.96%-
HSV(B)249.52º55.75%44.31%-
XYZ5.984.4316.16-
YUV60.17157.81127.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=26.91%
G=22.42%
B=50.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60501130.470.5600.56249.5238.6531.96
Hex3C32712F38038fa2720
Octal746216157700703724740
Binary1111001100101110001101111111000011100011111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,113); }

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

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

 a { background-color: rgb(60,50,113); }

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

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

 span { border-color: rgb(60,50,113); }

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