Shades of Minsk #3F386C
Tints of Minsk #3F386C
RGB
CMYK
RGB Variations
Color information
#3F386C (or 0x3F386C) is known color: Minsk. HEX triplet: 3F, 38 and 6C. RGB value is (63,56,108). Sum of RGB (Red+Green+Blue) = 63+56+108=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F386C is #C0C793. Grayscale: #3F3F3F. Windows color (decimal): -12634004 or 7092287. OLE color: 7092287.
HSL color Cylindrical-coordinate representation of color #3F386C: hue angle of 248.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F386C is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 56 | 108 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.58 |
| HSL | 248.08º | 0.32% | 0.32% | - |
| HSV(B) | 248.08º | 0.48% | 0.42% | - |
| XYZ | 6.17 | 4.97 | 14.82 | - |
| YUV | 64.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 108 | 0.42 | 0.48 | 0 | 0.58 | 248.08 | 0.32 | 0.32 |
| Hex | 3F | 38 | 6C | 2A | 30 | 0 | 3A | F8 | 20 | 20 |
| Octal | 77 | 70 | 154 | 52 | 60 | 0 | 72 | 370 | 40 | 40 |
| Binary | 111111 | 111000 | 1101100 | 101010 | 110000 | 0 | 111010 | 11111000 | 100000 | 100000 |
Color Harmonies of #3F386C
Complementary color
Monochromatic Colors of #3F386C
Black with #3F386C
Text Example
Text Example
White with #3F386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F386C; }
p { color: rgb(63,56,108); }
H1.HeaderClassName
{
color: #3F386C;
}
.AnyTagClassName
{
color: #3F386C;
}
</style>
background-color css
<style>
a { background-color: #3F386C; }
a { background-color: rgb(63,56,108); }
div.DivClassName
{
background-color: #3F386C;
}
.BgClassName
{
background-color: #3F386C;
}
</style>
border-color css
<style>
span { border-color: #3F386C; }
span { border-color: rgb(63,56,108); }
td.TdClassName
{
border-color: #3F386C;
}
.TagClassName
{
border-color: #3F386C;
}
</style>