#3C3471

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

Shades of Minsk #3C3471

Tints of Minsk #3C3471

Color information

#3C3471 (or 0x3C3471) is unknown color: approx Minsk. HEX triplet: 3C, 34 and 71. RGB value is (60,52,113). Sum of RGB (Red+Green+Blue) = 60+52+113=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3471 is #C3CB8E. Grayscale: #3D3D3D. Windows color (decimal): -12831631 or 7418940. OLE color: 7418940.

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

Color convert

RGB6052113-
CMYK0.470.5400.56
HSL247.87º36.97%32.35%-
HSV(B)247.87º53.98%44.31%-
XYZ6.074.6116.19-
YUV61.35157.15127.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=26.67%
G=23.11%
B=50.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60521130.470.5400.56247.8736.9732.35
Hex3C34712F36038f82520
Octal746416157660703704540
Binary1111001101001110001101111110110011100011111000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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