#3F326C

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

Shades of Minsk #3F326C

Tints of Minsk #3F326C

Color information

#3F326C (or 0x3F326C) is unknown color: approx Minsk. HEX triplet: 3F, 32 and 6C. RGB value is (63,50,108). Sum of RGB (Red+Green+Blue) = 63+50+108=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F326C is #C0CD93. Grayscale: #3C3C3C. Windows color (decimal): -12635540 or 7090751. OLE color: 7090751.

HSL color Cylindrical-coordinate representation of color #3F326C: hue angle of 253.45º 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 #3F326C is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6350108-
CMYK0.420.5400.58
HSL253.45º36.71%30.98%-
HSV(B)253.45º53.7%42.35%-
XYZ5.94.4214.73-
YUV60.5154.81129.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=28.51%
G=22.62%
B=48.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63501080.420.5400.58253.4536.7130.98
Hex3F326C2A3603Afd251f
Octal776215452660723754537
Binary111111110010110110010101011011001110101111110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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