#3C3273

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

Shades of Minsk #3C3273

Tints of Minsk #3C3273

Color information

#3C3273 (or 0x3C3273) is unknown color: approx Minsk. HEX triplet: 3C, 32 and 73. RGB value is (60,50,115). Sum of RGB (Red+Green+Blue) = 60+50+115=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3273 is #C3CD8C. Grayscale: #3C3C3C. Windows color (decimal): -12832141 or 7549500. OLE color: 7549500.

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

Color convert

RGB6050115-
CMYK0.480.5700.55
HSL249.23º39.39%32.35%-
HSV(B)249.23º56.52%45.1%-
XYZ6.14.4816.76-
YUV60.4158.81127.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=26.67%
G=22.22%
B=51.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60501150.480.5700.55249.2339.3932.35
Hex3C32733039037f92720
Octal746216360710673714740
Binary1111001100101110011110000111001011011111111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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