Shades of Minsk #3F3064
Tints of Minsk #3F3064
RGB
CMYK
RGB Variations
Color information
#3F3064 (or 0x3F3064) is known color: Minsk. HEX triplet: 3F, 30 and 64. RGB value is (63,48,100). Sum of RGB (Red+Green+Blue) = 63+48+100=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F3064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3064 is #C0CF9B. Grayscale: #3A3A3A. Windows color (decimal): -12636060 or 6565951. OLE color: 6565951.
HSL color Cylindrical-coordinate representation of color #3F3064: hue angle of 257.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F3064 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 48 | 100 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.61 |
| HSL | 257.31º | 0.35% | 0.29% | - |
| HSV(B) | 257.31º | 0.52% | 0.39% | - |
| XYZ | 5.41 | 4.09 | 12.56 | - |
| YUV | 58.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 100 | 0.37 | 0.52 | 0 | 0.61 | 257.31 | 0.35 | 0.29 |
| Hex | 3F | 30 | 64 | 25 | 34 | 0 | 3D | 101 | 23 | 1D |
| Octal | 77 | 60 | 144 | 45 | 64 | 0 | 75 | 401 | 43 | 35 |
| Binary | 111111 | 110000 | 1100100 | 100101 | 110100 | 0 | 111101 | 100000001 | 100011 | 11101 |
Color Harmonies of #3F3064
Complementary color
Monochromatic Colors of #3F3064
Black with #3F3064
Text Example
Text Example
White with #3F3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3064; }
p { color: rgb(63,48,100); }
H1.HeaderClassName
{
color: #3F3064;
}
.AnyTagClassName
{
color: #3F3064;
}
</style>
background-color css
<style>
a { background-color: #3F3064; }
a { background-color: rgb(63,48,100); }
div.DivClassName
{
background-color: #3F3064;
}
.BgClassName
{
background-color: #3F3064;
}
</style>
border-color css
<style>
span { border-color: #3F3064; }
span { border-color: rgb(63,48,100); }
td.TdClassName
{
border-color: #3F3064;
}
.TagClassName
{
border-color: #3F3064;
}
</style>