#3C3071

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

Shades of Minsk #3C3071

Tints of Minsk #3C3071

Color information

#3C3071 (or 0x3C3071) is unknown color: approx Minsk. HEX triplet: 3C, 30 and 71. RGB value is (60,48,113). Sum of RGB (Red+Green+Blue) = 60+48+113=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C3071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3071 is #C3CF8E. Grayscale: #3A3A3A. Windows color (decimal): -12832655 or 7417916. OLE color: 7417916.

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

Color convert

RGB6048113-
CMYK0.470.5800.56
HSL251.08º40.37%31.57%-
HSV(B)251.08º57.52%44.31%-
XYZ5.94.2716.14-
YUV59158.48128.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=27.15%
G=21.72%
B=51.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60481130.470.5800.56251.0840.3731.57
Hex3C30712F3A038fb2820
Octal746016157720703735040
Binary1111001100001110001101111111010011100011111011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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