Shades of Minsk #3F3868
Tints of Minsk #3F3868
RGB
CMYK
RGB Variations
Color information
#3F3868 (or 0x3F3868) is known color: Minsk. HEX triplet: 3F, 38 and 68. RGB value is (63,56,104). Sum of RGB (Red+Green+Blue) = 63+56+104=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F3868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3868 is #C0C797. Grayscale: #3F3F3F. Windows color (decimal): -12634008 or 6830143. OLE color: 6830143.
HSL color Cylindrical-coordinate representation of color #3F3868: hue angle of 248.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3868 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 56 | 104 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.59 |
| HSL | 248.75º | 0.3% | 0.31% | - |
| HSV(B) | 248.75º | 0.46% | 0.41% | - |
| XYZ | 5.96 | 4.88 | 13.73 | - |
| YUV | 63.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 104 | 0.39 | 0.46 | 0 | 0.59 | 248.75 | 0.3 | 0.31 |
| Hex | 3F | 38 | 68 | 27 | 2E | 0 | 3B | F9 | 1E | 1F |
| Octal | 77 | 70 | 150 | 47 | 56 | 0 | 73 | 371 | 36 | 37 |
| Binary | 111111 | 111000 | 1101000 | 100111 | 101110 | 0 | 111011 | 11111001 | 11110 | 11111 |
Color Harmonies of #3F3868
Complementary color
Monochromatic Colors of #3F3868
Black with #3F3868
Text Example
Text Example
White with #3F3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3868; }
p { color: rgb(63,56,104); }
H1.HeaderClassName
{
color: #3F3868;
}
.AnyTagClassName
{
color: #3F3868;
}
</style>
background-color css
<style>
a { background-color: #3F3868; }
a { background-color: rgb(63,56,104); }
div.DivClassName
{
background-color: #3F3868;
}
.BgClassName
{
background-color: #3F3868;
}
</style>
border-color css
<style>
span { border-color: #3F3868; }
span { border-color: rgb(63,56,104); }
td.TdClassName
{
border-color: #3F3868;
}
.TagClassName
{
border-color: #3F3868;
}
</style>