#3C3174

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

Shades of Minsk #3C3174

Tints of Minsk #3C3174

Color information

#3C3174 (or 0x3C3174) is unknown color: approx Minsk. HEX triplet: 3C, 31 and 74. RGB value is (60,49,116). Sum of RGB (Red+Green+Blue) = 60+49+116=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C3174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3174 is #C3CE8B. Grayscale: #3B3B3B. Windows color (decimal): -12832396 or 7614780. OLE color: 7614780.

HSL color Cylindrical-coordinate representation of color #3C3174: hue angle of 249.85º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3174 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6049116-
CMYK0.480.5800.55
HSL249.85º40.61%32.35%-
HSV(B)249.85º57.76%45.49%-
XYZ6.114.4217.05-
YUV59.93159.64128.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=26.67%
G=21.78%
B=51.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60491160.480.5800.55249.8540.6132.35
Hex3C3174303A037fa2920
Octal746116460720673725140
Binary1111001100011110100110000111010011011111111010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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