#3F376E

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

Shades of Minsk #3F376E

Tints of Minsk #3F376E

Color information

#3F376E (or 0x3F376E) is unknown color: approx Minsk. HEX triplet: 3F, 37 and 6E. RGB value is (63,55,110). Sum of RGB (Red+Green+Blue) = 63+55+110=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F376E is #C0C891. Grayscale: #3F3F3F. Windows color (decimal): -12634258 or 7223103. OLE color: 7223103.

HSL color Cylindrical-coordinate representation of color #3F376E: hue angle of 248.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F376E is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6355110-
CMYK0.430.500.57
HSL248.73º33.33%32.35%-
HSV(B)248.73º50%43.14%-
XYZ6.234.9115.37-
YUV63.66154.15127.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=27.63%
G=24.12%
B=48.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63551100.430.500.57248.7333.3332.35
Hex3F376E2B32039f92120
Octal776715653620713714140
Binary1111111101111101110101011110010011100111111001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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