Shades of Minsk #3F2E68
Tints of Minsk #3F2E68
RGB
CMYK
RGB Variations
Color information
#3F2E68 (or 0x3F2E68) is known color: Minsk. HEX triplet: 3F, 2E and 68. RGB value is (63,46,104). Sum of RGB (Red+Green+Blue) = 63+46+104=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F2E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E68 is #C0D197. Grayscale: #393939. Windows color (decimal): -12636568 or 6827583. OLE color: 6827583.
HSL color Cylindrical-coordinate representation of color #3F2E68: hue angle of 257.59º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2E68 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 46 | 104 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.59 |
| HSL | 257.59º | 0.39% | 0.29% | - |
| HSV(B) | 257.59º | 0.56% | 0.41% | - |
| XYZ | 5.53 | 4.01 | 13.58 | - |
| YUV | 57.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 104 | 0.39 | 0.56 | 0 | 0.59 | 257.59 | 0.39 | 0.29 |
| Hex | 3F | 2E | 68 | 27 | 38 | 0 | 3B | 102 | 27 | 1D |
| Octal | 77 | 56 | 150 | 47 | 70 | 0 | 73 | 402 | 47 | 35 |
| Binary | 111111 | 101110 | 1101000 | 100111 | 111000 | 0 | 111011 | 100000010 | 100111 | 11101 |
Color Harmonies of #3F2E68
Complementary color
Monochromatic Colors of #3F2E68
Black with #3F2E68
Text Example
Text Example
White with #3F2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E68; }
p { color: rgb(63,46,104); }
H1.HeaderClassName
{
color: #3F2E68;
}
.AnyTagClassName
{
color: #3F2E68;
}
</style>
background-color css
<style>
a { background-color: #3F2E68; }
a { background-color: rgb(63,46,104); }
div.DivClassName
{
background-color: #3F2E68;
}
.BgClassName
{
background-color: #3F2E68;
}
</style>
border-color css
<style>
span { border-color: #3F2E68; }
span { border-color: rgb(63,46,104); }
td.TdClassName
{
border-color: #3F2E68;
}
.TagClassName
{
border-color: #3F2E68;
}
</style>