#3C3274

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

Shades of Minsk #3C3274

Tints of Minsk #3C3274

Color information

#3C3274 (or 0x3C3274) is unknown color: approx Minsk. HEX triplet: 3C, 32 and 74. RGB value is (60,50,116). Sum of RGB (Red+Green+Blue) = 60+50+116=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C3274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3274 is #C3CD8B. Grayscale: #3C3C3C. Windows color (decimal): -12832140 or 7615036. OLE color: 7615036.

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

Color convert

RGB6050116-
CMYK0.480.5700.55
HSL249.09º39.76%32.55%-
HSV(B)249.09º56.9%45.49%-
XYZ6.164.517.07-
YUV60.51159.31127.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=26.55%
G=22.12%
B=51.33%

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
Decimal60501160.480.5700.55249.0939.7632.55
Hex3C32743039037f92821
Octal746216460710673715041
Binary1111001100101110100110000111001011011111111001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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