Shades of Minsk #3F3B62
Tints of Minsk #3F3B62
RGB
CMYK
RGB Variations
Color information
#3F3B62 (or 0x3F3B62) is known color: Minsk. HEX triplet: 3F, 3B and 62. RGB value is (63,59,98). Sum of RGB (Red+Green+Blue) = 63+59+98=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F3B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3B62 is #C0C49D. Grayscale: #404040. Windows color (decimal): -12633246 or 6437695. OLE color: 6437695.
HSL color Cylindrical-coordinate representation of color #3F3B62: hue angle of 246.15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3B62 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 59 | 98 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.62 |
| HSL | 246.15º | 0.25% | 0.31% | - |
| HSV(B) | 246.15º | 0.4% | 0.38% | - |
| XYZ | 5.82 | 5.07 | 12.23 | - |
| YUV | 64.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 98 | 0.36 | 0.40 | 0 | 0.62 | 246.15 | 0.25 | 0.31 |
| Hex | 3F | 3B | 62 | 24 | 28 | 0 | 3E | F6 | 19 | 1F |
| Octal | 77 | 73 | 142 | 44 | 50 | 0 | 76 | 366 | 31 | 37 |
| Binary | 111111 | 111011 | 1100010 | 100100 | 101000 | 0 | 111110 | 11110110 | 11001 | 11111 |
Color Harmonies of #3F3B62
Complementary color
Monochromatic Colors of #3F3B62
Black with #3F3B62
Text Example
Text Example
White with #3F3B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B62; }
p { color: rgb(63,59,98); }
H1.HeaderClassName
{
color: #3F3B62;
}
.AnyTagClassName
{
color: #3F3B62;
}
</style>
background-color css
<style>
a { background-color: #3F3B62; }
a { background-color: rgb(63,59,98); }
div.DivClassName
{
background-color: #3F3B62;
}
.BgClassName
{
background-color: #3F3B62;
}
</style>
border-color css
<style>
span { border-color: #3F3B62; }
span { border-color: rgb(63,59,98); }
td.TdClassName
{
border-color: #3F3B62;
}
.TagClassName
{
border-color: #3F3B62;
}
</style>