#3C3171

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

Shades of Minsk #3C3171

Tints of Minsk #3C3171

Color information

#3C3171 (or 0x3C3171) is unknown color: approx Minsk. HEX triplet: 3C, 31 and 71. RGB value is (60,49,113). Sum of RGB (Red+Green+Blue) = 60+49+113=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C3171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3171 is #C3CE8E. Grayscale: #3B3B3B. Windows color (decimal): -12832399 or 7418172. OLE color: 7418172.

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

Color convert

RGB6049113-
CMYK0.470.5700.56
HSL250.31º39.51%31.76%-
HSV(B)250.31º56.64%44.31%-
XYZ5.944.3516.15-
YUV59.58158.14128.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=27.03%
G=22.07%
B=50.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60491130.470.5700.56250.3139.5131.76
Hex3C31712F39038fa2820
Octal746116157710703725040
Binary1111001100011110001101111111001011100011111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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