Shades of Minsk #3F306B
Tints of Minsk #3F306B
RGB
CMYK
RGB Variations
Color information
#3F306B (or 0x3F306B) is known color: Minsk. HEX triplet: 3F, 30 and 6B. RGB value is (63,48,107). Sum of RGB (Red+Green+Blue) = 63+48+107=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F306B is #C0CF94. Grayscale: #3A3A3A. Windows color (decimal): -12636053 or 7024703. OLE color: 7024703.
HSL color Cylindrical-coordinate representation of color #3F306B: hue angle of 255.25º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F306B is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 48 | 107 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.58 |
| HSL | 255.25º | 0.38% | 0.3% | - |
| HSV(B) | 255.25º | 0.55% | 0.42% | - |
| XYZ | 5.76 | 4.23 | 14.42 | - |
| YUV | 59.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 107 | 0.41 | 0.55 | 0 | 0.58 | 255.25 | 0.38 | 0.3 |
| Hex | 3F | 30 | 6B | 29 | 37 | 0 | 3A | FF | 26 | 1E |
| Octal | 77 | 60 | 153 | 51 | 67 | 0 | 72 | 377 | 46 | 36 |
| Binary | 111111 | 110000 | 1101011 | 101001 | 110111 | 0 | 111010 | 11111111 | 100110 | 11110 |
Color Harmonies of #3F306B
Complementary color
Monochromatic Colors of #3F306B
Black with #3F306B
Text Example
Text Example
White with #3F306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F306B; }
p { color: rgb(63,48,107); }
H1.HeaderClassName
{
color: #3F306B;
}
.AnyTagClassName
{
color: #3F306B;
}
</style>
background-color css
<style>
a { background-color: #3F306B; }
a { background-color: rgb(63,48,107); }
div.DivClassName
{
background-color: #3F306B;
}
.BgClassName
{
background-color: #3F306B;
}
</style>
border-color css
<style>
span { border-color: #3F306B; }
span { border-color: rgb(63,48,107); }
td.TdClassName
{
border-color: #3F306B;
}
.TagClassName
{
border-color: #3F306B;
}
</style>