Shades of Minsk #3F336C
Tints of Minsk #3F336C
RGB
CMYK
RGB Variations
Color information
#3F336C (or 0x3F336C) is known color: Minsk. HEX triplet: 3F, 33 and 6C. RGB value is (63,51,108). Sum of RGB (Red+Green+Blue) = 63+51+108=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F336C is #C0CC93. Grayscale: #3C3C3C. Windows color (decimal): -12635284 or 7091007. OLE color: 7091007.
HSL color Cylindrical-coordinate representation of color #3F336C: hue angle of 252.63º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F336C is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 51 | 108 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.58 |
| HSL | 252.63º | 0.36% | 0.31% | - |
| HSV(B) | 252.63º | 0.53% | 0.42% | - |
| XYZ | 5.94 | 4.51 | 14.74 | - |
| YUV | 61.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 108 | 0.42 | 0.53 | 0 | 0.58 | 252.63 | 0.36 | 0.31 |
| Hex | 3F | 33 | 6C | 2A | 35 | 0 | 3A | FD | 24 | 1F |
| Octal | 77 | 63 | 154 | 52 | 65 | 0 | 72 | 375 | 44 | 37 |
| Binary | 111111 | 110011 | 1101100 | 101010 | 110101 | 0 | 111010 | 11111101 | 100100 | 11111 |
Color Harmonies of #3F336C
Complementary color
Monochromatic Colors of #3F336C
Black with #3F336C
Text Example
Text Example
White with #3F336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F336C; }
p { color: rgb(63,51,108); }
H1.HeaderClassName
{
color: #3F336C;
}
.AnyTagClassName
{
color: #3F336C;
}
</style>
background-color css
<style>
a { background-color: #3F336C; }
a { background-color: rgb(63,51,108); }
div.DivClassName
{
background-color: #3F336C;
}
.BgClassName
{
background-color: #3F336C;
}
</style>
border-color css
<style>
span { border-color: #3F336C; }
span { border-color: rgb(63,51,108); }
td.TdClassName
{
border-color: #3F336C;
}
.TagClassName
{
border-color: #3F336C;
}
</style>