Shades of Minsk #3F3A66
Tints of Minsk #3F3A66
RGB
CMYK
RGB Variations
Color information
#3F3A66 (or 0x3F3A66) is known color: Minsk. HEX triplet: 3F, 3A and 66. RGB value is (63,58,102). Sum of RGB (Red+Green+Blue) = 63+58+102=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F3A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A66 is #C0C599. Grayscale: #404040. Windows color (decimal): -12633498 or 6699583. OLE color: 6699583.
HSL color Cylindrical-coordinate representation of color #3F3A66: hue angle of 246.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F3A66 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 58 | 102 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.6 |
| HSL | 246.82º | 0.28% | 0.31% | - |
| HSV(B) | 246.82º | 0.43% | 0.4% | - |
| XYZ | 5.96 | 5.04 | 13.23 | - |
| YUV | 64.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 102 | 0.38 | 0.43 | 0 | 0.6 | 246.82 | 0.28 | 0.31 |
| Hex | 3F | 3A | 66 | 26 | 2B | 0 | 3C | F7 | 1C | 1F |
| Octal | 77 | 72 | 146 | 46 | 53 | 0 | 74 | 367 | 34 | 37 |
| Binary | 111111 | 111010 | 1100110 | 100110 | 101011 | 0 | 111100 | 11110111 | 11100 | 11111 |
Color Harmonies of #3F3A66
Complementary color
Monochromatic Colors of #3F3A66
Black with #3F3A66
Text Example
Text Example
White with #3F3A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A66; }
p { color: rgb(63,58,102); }
H1.HeaderClassName
{
color: #3F3A66;
}
.AnyTagClassName
{
color: #3F3A66;
}
</style>
background-color css
<style>
a { background-color: #3F3A66; }
a { background-color: rgb(63,58,102); }
div.DivClassName
{
background-color: #3F3A66;
}
.BgClassName
{
background-color: #3F3A66;
}
</style>
border-color css
<style>
span { border-color: #3F3A66; }
span { border-color: rgb(63,58,102); }
td.TdClassName
{
border-color: #3F3A66;
}
.TagClassName
{
border-color: #3F3A66;
}
</style>