#3C326C

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

Shades of Minsk #3C326C

Tints of Minsk #3C326C

Color information

#3C326C (or 0x3C326C) is unknown color: approx Minsk. HEX triplet: 3C, 32 and 6C. RGB value is (60,50,108). Sum of RGB (Red+Green+Blue) = 60+50+108=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C326C is #C3CD93. Grayscale: #3B3B3B. Windows color (decimal): -12832148 or 7090748. OLE color: 7090748.

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

Color convert

RGB6050108-
CMYK0.440.5400.58
HSL250.34º36.71%30.98%-
HSV(B)250.34º53.7%42.35%-
XYZ5.714.3214.72-
YUV59.6155.31128.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=27.52%
G=22.94%
B=49.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60501080.440.5400.58250.3436.7130.98
Hex3C326C2C3603Afa251f
Octal746215454660723724537
Binary111100110010110110010110011011001110101111101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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