Shades of Minsk #3F3864
Tints of Minsk #3F3864
RGB
CMYK
RGB Variations
Color information
#3F3864 (or 0x3F3864) is known color: Minsk. HEX triplet: 3F, 38 and 64. RGB value is (63,56,100). Sum of RGB (Red+Green+Blue) = 63+56+100=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F3864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3864 is #C0C79B. Grayscale: #3E3E3E. Windows color (decimal): -12634012 or 6567999. OLE color: 6567999.
HSL color Cylindrical-coordinate representation of color #3F3864: hue angle of 249.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F3864 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 56 | 100 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.61 |
| HSL | 249.55º | 0.28% | 0.31% | - |
| HSV(B) | 249.55º | 0.44% | 0.39% | - |
| XYZ | 5.76 | 4.81 | 12.68 | - |
| YUV | 63.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 100 | 0.37 | 0.44 | 0 | 0.61 | 249.55 | 0.28 | 0.31 |
| Hex | 3F | 38 | 64 | 25 | 2C | 0 | 3D | FA | 1C | 1F |
| Octal | 77 | 70 | 144 | 45 | 54 | 0 | 75 | 372 | 34 | 37 |
| Binary | 111111 | 111000 | 1100100 | 100101 | 101100 | 0 | 111101 | 11111010 | 11100 | 11111 |
Color Harmonies of #3F3864
Complementary color
Monochromatic Colors of #3F3864
Black with #3F3864
Text Example
Text Example
White with #3F3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3864; }
p { color: rgb(63,56,100); }
H1.HeaderClassName
{
color: #3F3864;
}
.AnyTagClassName
{
color: #3F3864;
}
</style>
background-color css
<style>
a { background-color: #3F3864; }
a { background-color: rgb(63,56,100); }
div.DivClassName
{
background-color: #3F3864;
}
.BgClassName
{
background-color: #3F3864;
}
</style>
border-color css
<style>
span { border-color: #3F3864; }
span { border-color: rgb(63,56,100); }
td.TdClassName
{
border-color: #3F3864;
}
.TagClassName
{
border-color: #3F3864;
}
</style>