Shades of Minsk #3F3865
Tints of Minsk #3F3865
RGB
CMYK
RGB Variations
Color information
#3F3865 (or 0x3F3865) is known color: Minsk. HEX triplet: 3F, 38 and 65. RGB value is (63,56,101). Sum of RGB (Red+Green+Blue) = 63+56+101=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F3865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3865 is #C0C79A. Grayscale: #3F3F3F. Windows color (decimal): -12634011 or 6633535. OLE color: 6633535.
HSL color Cylindrical-coordinate representation of color #3F3865: hue angle of 249.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F3865 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 56 | 101 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.60 |
| HSL | 249.33º | 0.29% | 0.31% | - |
| HSV(B) | 249.33º | 0.45% | 0.4% | - |
| XYZ | 5.81 | 4.82 | 12.94 | - |
| YUV | 63.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 101 | 0.38 | 0.45 | 0 | 0.60 | 249.33 | 0.29 | 0.31 |
| Hex | 3F | 38 | 65 | 26 | 2D | 0 | 3C | F9 | 1D | 1F |
| Octal | 77 | 70 | 145 | 46 | 55 | 0 | 74 | 371 | 35 | 37 |
| Binary | 111111 | 111000 | 1100101 | 100110 | 101101 | 0 | 111100 | 11111001 | 11101 | 11111 |
Color Harmonies of #3F3865
Complementary color
Monochromatic Colors of #3F3865
Black with #3F3865
Text Example
Text Example
White with #3F3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3865; }
p { color: rgb(63,56,101); }
H1.HeaderClassName
{
color: #3F3865;
}
.AnyTagClassName
{
color: #3F3865;
}
</style>
background-color css
<style>
a { background-color: #3F3865; }
a { background-color: rgb(63,56,101); }
div.DivClassName
{
background-color: #3F3865;
}
.BgClassName
{
background-color: #3F3865;
}
</style>
border-color css
<style>
span { border-color: #3F3865; }
span { border-color: rgb(63,56,101); }
td.TdClassName
{
border-color: #3F3865;
}
.TagClassName
{
border-color: #3F3865;
}
</style>