Shades of Minsk #3F3664
Tints of Minsk #3F3664
RGB
CMYK
RGB Variations
Color information
#3F3664 (or 0x3F3664) is known color: Minsk. HEX triplet: 3F, 36 and 64. RGB value is (63,54,100). Sum of RGB (Red+Green+Blue) = 63+54+100=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F3664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3664 is #C0C99B. Grayscale: #3D3D3D. Windows color (decimal): -12634524 or 6567487. OLE color: 6567487.
HSL color Cylindrical-coordinate representation of color #3F3664: hue angle of 251.74º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3664 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 54 | 100 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.61 |
| HSL | 251.74º | 0.3% | 0.3% | - |
| HSV(B) | 251.74º | 0.46% | 0.39% | - |
| XYZ | 5.67 | 4.62 | 12.65 | - |
| YUV | 61.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 100 | 0.37 | 0.46 | 0 | 0.61 | 251.74 | 0.3 | 0.3 |
| Hex | 3F | 36 | 64 | 25 | 2E | 0 | 3D | FC | 1E | 1E |
| Octal | 77 | 66 | 144 | 45 | 56 | 0 | 75 | 374 | 36 | 36 |
| Binary | 111111 | 110110 | 1100100 | 100101 | 101110 | 0 | 111101 | 11111100 | 11110 | 11110 |
Color Harmonies of #3F3664
Complementary color
Monochromatic Colors of #3F3664
Black with #3F3664
Text Example
Text Example
White with #3F3664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3664; }
p { color: rgb(63,54,100); }
H1.HeaderClassName
{
color: #3F3664;
}
.AnyTagClassName
{
color: #3F3664;
}
</style>
background-color css
<style>
a { background-color: #3F3664; }
a { background-color: rgb(63,54,100); }
div.DivClassName
{
background-color: #3F3664;
}
.BgClassName
{
background-color: #3F3664;
}
</style>
border-color css
<style>
span { border-color: #3F3664; }
span { border-color: rgb(63,54,100); }
td.TdClassName
{
border-color: #3F3664;
}
.TagClassName
{
border-color: #3F3664;
}
</style>