Shades of Minsk #3F396B
Tints of Minsk #3F396B
RGB
CMYK
RGB Variations
Color information
#3F396B (or 0x3F396B) is known color: Minsk. HEX triplet: 3F, 39 and 6B. RGB value is (63,57,107). Sum of RGB (Red+Green+Blue) = 63+57+107=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F396B is #C0C694. Grayscale: #404040. Windows color (decimal): -12633749 or 7027007. OLE color: 7027007.
HSL color Cylindrical-coordinate representation of color #3F396B: hue angle of 247.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F396B is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 57 | 107 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.58 |
| HSL | 247.2º | 0.3% | 0.32% | - |
| HSV(B) | 247.2º | 0.47% | 0.42% | - |
| XYZ | 6.17 | 5.04 | 14.56 | - |
| YUV | 64.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 107 | 0.41 | 0.47 | 0 | 0.58 | 247.2 | 0.3 | 0.32 |
| Hex | 3F | 39 | 6B | 29 | 2F | 0 | 3A | F7 | 1E | 20 |
| Octal | 77 | 71 | 153 | 51 | 57 | 0 | 72 | 367 | 36 | 40 |
| Binary | 111111 | 111001 | 1101011 | 101001 | 101111 | 0 | 111010 | 11110111 | 11110 | 100000 |
Color Harmonies of #3F396B
Complementary color
Monochromatic Colors of #3F396B
Black with #3F396B
Text Example
Text Example
White with #3F396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F396B; }
p { color: rgb(63,57,107); }
H1.HeaderClassName
{
color: #3F396B;
}
.AnyTagClassName
{
color: #3F396B;
}
</style>
background-color css
<style>
a { background-color: #3F396B; }
a { background-color: rgb(63,57,107); }
div.DivClassName
{
background-color: #3F396B;
}
.BgClassName
{
background-color: #3F396B;
}
</style>
border-color css
<style>
span { border-color: #3F396B; }
span { border-color: rgb(63,57,107); }
td.TdClassName
{
border-color: #3F396B;
}
.TagClassName
{
border-color: #3F396B;
}
</style>