#3F3768

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

Shades of Minsk #3F3768

Tints of Minsk #3F3768

Color information

#3F3768 (or 0x3F3768) is unknown color: approx Minsk. HEX triplet: 3F, 37 and 68. RGB value is (63,55,104). Sum of RGB (Red+Green+Blue) = 63+55+104=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3768 is #C0C897. Grayscale: #3E3E3E. Windows color (decimal): -12634264 or 6829887. OLE color: 6829887.

HSL color Cylindrical-coordinate representation of color #3F3768: hue angle of 249.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F3768 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6355104-
CMYK0.390.4700.59
HSL249.8º30.82%31.18%-
HSV(B)249.8º47.12%40.78%-
XYZ5.914.7913.71-
YUV62.98151.15128.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=28.38%
G=24.77%
B=46.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63551040.390.4700.59249.830.8231.18
Hex3F3768272F03Bfa1f1f
Octal776715047570733723737
Binary11111111011111010001001111011110111011111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,104); }

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

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

 a { background-color: rgb(63,55,104); }

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

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

 span { border-color: rgb(63,55,104); }

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