Shades of Minsk #3F3869
Tints of Minsk #3F3869
RGB
CMYK
RGB Variations
Color information
#3F3869 (or 0x3F3869) is known color: Minsk. HEX triplet: 3F, 38 and 69. RGB value is (63,56,105). Sum of RGB (Red+Green+Blue) = 63+56+105=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3869 is #C0C796. Grayscale: #3F3F3F. Windows color (decimal): -12634007 or 6895679. OLE color: 6895679.
HSL color Cylindrical-coordinate representation of color #3F3869: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F3869 is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 56 | 105 | - |
| CMYK | 0.4 | 0.47 | 0 | 0.59 |
| HSL | 248.57º | 0.3% | 0.32% | - |
| HSV(B) | 248.57º | 0.47% | 0.41% | - |
| XYZ | 6.01 | 4.91 | 13.99 | - |
| YUV | 63.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 105 | 0.4 | 0.47 | 0 | 0.59 | 248.57 | 0.3 | 0.32 |
| Hex | 3F | 38 | 69 | 28 | 2F | 0 | 3B | F9 | 1E | 20 |
| Octal | 77 | 70 | 151 | 50 | 57 | 0 | 73 | 371 | 36 | 40 |
| Binary | 111111 | 111000 | 1101001 | 101000 | 101111 | 0 | 111011 | 11111001 | 11110 | 100000 |
Color Harmonies of #3F3869
Complementary color
Monochromatic Colors of #3F3869
Black with #3F3869
Text Example
Text Example
White with #3F3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3869; }
p { color: rgb(63,56,105); }
H1.HeaderClassName
{
color: #3F3869;
}
.AnyTagClassName
{
color: #3F3869;
}
</style>
background-color css
<style>
a { background-color: #3F3869; }
a { background-color: rgb(63,56,105); }
div.DivClassName
{
background-color: #3F3869;
}
.BgClassName
{
background-color: #3F3869;
}
</style>
border-color css
<style>
span { border-color: #3F3869; }
span { border-color: rgb(63,56,105); }
td.TdClassName
{
border-color: #3F3869;
}
.TagClassName
{
border-color: #3F3869;
}
</style>