Shades of Minsk #3F3069
Tints of Minsk #3F3069
RGB
CMYK
RGB Variations
Color information
#3F3069 (or 0x3F3069) is known color: Minsk. HEX triplet: 3F, 30 and 69. RGB value is (63,48,105). Sum of RGB (Red+Green+Blue) = 63+48+105=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3069 is #C0CF96. Grayscale: #3A3A3A. Windows color (decimal): -12636055 or 6893631. OLE color: 6893631.
HSL color Cylindrical-coordinate representation of color #3F3069: hue angle of 255.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F3069 is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 48 | 105 | - |
| CMYK | 0.4 | 0.54 | 0 | 0.59 |
| HSL | 255.79º | 0.37% | 0.3% | - |
| HSV(B) | 255.79º | 0.54% | 0.41% | - |
| XYZ | 5.66 | 4.19 | 13.88 | - |
| YUV | 58.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 105 | 0.4 | 0.54 | 0 | 0.59 | 255.79 | 0.37 | 0.3 |
| Hex | 3F | 30 | 69 | 28 | 36 | 0 | 3B | 100 | 25 | 1E |
| Octal | 77 | 60 | 151 | 50 | 66 | 0 | 73 | 400 | 45 | 36 |
| Binary | 111111 | 110000 | 1101001 | 101000 | 110110 | 0 | 111011 | 100000000 | 100101 | 11110 |
Color Harmonies of #3F3069
Complementary color
Monochromatic Colors of #3F3069
Black with #3F3069
Text Example
Text Example
White with #3F3069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3069; }
p { color: rgb(63,48,105); }
H1.HeaderClassName
{
color: #3F3069;
}
.AnyTagClassName
{
color: #3F3069;
}
</style>
background-color css
<style>
a { background-color: #3F3069; }
a { background-color: rgb(63,48,105); }
div.DivClassName
{
background-color: #3F3069;
}
.BgClassName
{
background-color: #3F3069;
}
</style>
border-color css
<style>
span { border-color: #3F3069; }
span { border-color: rgb(63,48,105); }
td.TdClassName
{
border-color: #3F3069;
}
.TagClassName
{
border-color: #3F3069;
}
</style>