#3F316D

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

Shades of Minsk #3F316D

Tints of Minsk #3F316D

Color information

#3F316D (or 0x3F316D) is unknown color: approx Minsk. HEX triplet: 3F, 31 and 6D. RGB value is (63,49,109). Sum of RGB (Red+Green+Blue) = 63+49+109=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F316D is #C0CE92. Grayscale: #3B3B3B. Windows color (decimal): -12635795 or 7156031. OLE color: 7156031.

HSL color Cylindrical-coordinate representation of color #3F316D: hue angle of 254º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F316D is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6349109-
CMYK0.420.5500.57
HSL254º37.97%30.98%-
HSV(B)254º55.05%42.75%-
XYZ5.914.3615-
YUV60.03155.64130.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=28.51%
G=22.17%
B=49.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63491090.420.5500.5725437.9730.98
Hex3F316D2A37039fe261f
Octal776115552670713764637
Binary111111110001110110110101011011101110011111111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,109); }

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

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

 a { background-color: rgb(63,49,109); }

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

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

 span { border-color: rgb(63,49,109); }

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