Shades of Minsk #3F3773
Tints of Minsk #3F3773
RGB
CMYK
RGB Variations
Color information
#3F3773 (or 0x3F3773) is known color: Minsk. HEX triplet: 3F, 37 and 73. RGB value is (63,55,115). Sum of RGB (Red+Green+Blue) = 63+55+115=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F3773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3773 is #C0C88C. Grayscale: #3F3F3F. Windows color (decimal): -12634253 or 7550783. OLE color: 7550783.
HSL color Cylindrical-coordinate representation of color #3F3773: hue angle of 248º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F3773 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 55 | 115 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.55 |
| HSL | 248º | 0.35% | 0.33% | - |
| HSV(B) | 248º | 0.52% | 0.45% | - |
| XYZ | 6.51 | 5.03 | 16.85 | - |
| YUV | 64.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 115 | 0.45 | 0.52 | 0 | 0.55 | 248 | 0.35 | 0.33 |
| Hex | 3F | 37 | 73 | 2D | 34 | 0 | 37 | F8 | 23 | 21 |
| Octal | 77 | 67 | 163 | 55 | 64 | 0 | 67 | 370 | 43 | 41 |
| Binary | 111111 | 110111 | 1110011 | 101101 | 110100 | 0 | 110111 | 11111000 | 100011 | 100001 |
Color Harmonies of #3F3773
Complementary color
Monochromatic Colors of #3F3773
Black with #3F3773
Text Example
Text Example
White with #3F3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3773; }
p { color: rgb(63,55,115); }
H1.HeaderClassName
{
color: #3F3773;
}
.AnyTagClassName
{
color: #3F3773;
}
</style>
background-color css
<style>
a { background-color: #3F3773; }
a { background-color: rgb(63,55,115); }
div.DivClassName
{
background-color: #3F3773;
}
.BgClassName
{
background-color: #3F3773;
}
</style>
border-color css
<style>
span { border-color: #3F3773; }
span { border-color: rgb(63,55,115); }
td.TdClassName
{
border-color: #3F3773;
}
.TagClassName
{
border-color: #3F3773;
}
</style>