Shades of Minsk #3F376F
Tints of Minsk #3F376F
RGB
CMYK
RGB Variations
Color information
#3F376F (or 0x3F376F) is known color: Minsk. HEX triplet: 3F, 37 and 6F. RGB value is (63,55,111). Sum of RGB (Red+Green+Blue) = 63+55+111=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F376F is #C0C890. Grayscale: #3F3F3F. Windows color (decimal): -12634257 or 7288639. OLE color: 7288639.
HSL color Cylindrical-coordinate representation of color #3F376F: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F376F is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 55 | 111 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.56 |
| HSL | 248.57º | 0.34% | 0.33% | - |
| HSV(B) | 248.57º | 0.5% | 0.44% | - |
| XYZ | 6.29 | 4.94 | 15.66 | - |
| YUV | 63.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 111 | 0.43 | 0.50 | 0 | 0.56 | 248.57 | 0.34 | 0.33 |
| Hex | 3F | 37 | 6F | 2B | 32 | 0 | 38 | F9 | 22 | 21 |
| Octal | 77 | 67 | 157 | 53 | 62 | 0 | 70 | 371 | 42 | 41 |
| Binary | 111111 | 110111 | 1101111 | 101011 | 110010 | 0 | 111000 | 11111001 | 100010 | 100001 |
Color Harmonies of #3F376F
Complementary color
Monochromatic Colors of #3F376F
Black with #3F376F
Text Example
Text Example
White with #3F376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F376F; }
p { color: rgb(63,55,111); }
H1.HeaderClassName
{
color: #3F376F;
}
.AnyTagClassName
{
color: #3F376F;
}
</style>
background-color css
<style>
a { background-color: #3F376F; }
a { background-color: rgb(63,55,111); }
div.DivClassName
{
background-color: #3F376F;
}
.BgClassName
{
background-color: #3F376F;
}
</style>
border-color css
<style>
span { border-color: #3F376F; }
span { border-color: rgb(63,55,111); }
td.TdClassName
{
border-color: #3F376F;
}
.TagClassName
{
border-color: #3F376F;
}
</style>