Shades of Minsk #3F3367
Tints of Minsk #3F3367
RGB
CMYK
RGB Variations
Color information
#3F3367 (or 0x3F3367) is known color: Minsk. HEX triplet: 3F, 33 and 67. RGB value is (63,51,103). Sum of RGB (Red+Green+Blue) = 63+51+103=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3367 is #C0CC98. Grayscale: #3C3C3C. Windows color (decimal): -12635289 or 6763327. OLE color: 6763327.
HSL color Cylindrical-coordinate representation of color #3F3367: hue angle of 253.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F3367 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 51 | 103 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.60 |
| HSL | 253.85º | 0.34% | 0.3% | - |
| HSV(B) | 253.85º | 0.5% | 0.4% | - |
| XYZ | 5.68 | 4.4 | 13.38 | - |
| YUV | 60.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 103 | 0.39 | 0.50 | 0 | 0.60 | 253.85 | 0.34 | 0.3 |
| Hex | 3F | 33 | 67 | 27 | 32 | 0 | 3C | FE | 22 | 1E |
| Octal | 77 | 63 | 147 | 47 | 62 | 0 | 74 | 376 | 42 | 36 |
| Binary | 111111 | 110011 | 1100111 | 100111 | 110010 | 0 | 111100 | 11111110 | 100010 | 11110 |
Color Harmonies of #3F3367
Complementary color
Monochromatic Colors of #3F3367
Black with #3F3367
Text Example
Text Example
White with #3F3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3367; }
p { color: rgb(63,51,103); }
H1.HeaderClassName
{
color: #3F3367;
}
.AnyTagClassName
{
color: #3F3367;
}
</style>
background-color css
<style>
a { background-color: #3F3367; }
a { background-color: rgb(63,51,103); }
div.DivClassName
{
background-color: #3F3367;
}
.BgClassName
{
background-color: #3F3367;
}
</style>
border-color css
<style>
span { border-color: #3F3367; }
span { border-color: rgb(63,51,103); }
td.TdClassName
{
border-color: #3F3367;
}
.TagClassName
{
border-color: #3F3367;
}
</style>