#3C2E73

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

Shades of Minsk #3C2E73

Tints of Minsk #3C2E73

Color information

#3C2E73 (or 0x3C2E73) is unknown color: approx Minsk. HEX triplet: 3C, 2E and 73. RGB value is (60,46,115). Sum of RGB (Red+Green+Blue) = 60+46+115=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C2E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E73 is #C3D18C. Grayscale: #393939. Windows color (decimal): -12833165 or 7548476. OLE color: 7548476.

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

Color convert

RGB6046115-
CMYK0.480.600.55
HSL252.17º42.86%31.57%-
HSV(B)252.17º60%45.1%-
XYZ5.934.1516.71-
YUV58.05160.14129.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=27.15%
G=20.81%
B=52.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60461150.480.600.55252.1742.8631.57
Hex3C2E73303C037fc2b20
Octal745616360740673745340
Binary1111001011101110011110000111100011011111111100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,46,115); }

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

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

 a { background-color: rgb(60,46,115); }

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

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

 span { border-color: rgb(60,46,115); }

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