Shades of Minsk #3F336E
Tints of Minsk #3F336E
RGB
CMYK
RGB Variations
Color information
#3F336E (or 0x3F336E) is known color: Minsk. HEX triplet: 3F, 33 and 6E. RGB value is (63,51,110). Sum of RGB (Red+Green+Blue) = 63+51+110=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F336E is #C0CC91. Grayscale: #3D3D3D. Windows color (decimal): -12635282 or 7222079. OLE color: 7222079.
HSL color Cylindrical-coordinate representation of color #3F336E: hue angle of 252.2º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F336E is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 51 | 110 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.57 |
| HSL | 252.2º | 0.37% | 0.32% | - |
| HSV(B) | 252.2º | 0.54% | 0.43% | - |
| XYZ | 6.05 | 4.55 | 15.31 | - |
| YUV | 61.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 110 | 0.43 | 0.54 | 0 | 0.57 | 252.2 | 0.37 | 0.32 |
| Hex | 3F | 33 | 6E | 2B | 36 | 0 | 39 | FC | 25 | 20 |
| Octal | 77 | 63 | 156 | 53 | 66 | 0 | 71 | 374 | 45 | 40 |
| Binary | 111111 | 110011 | 1101110 | 101011 | 110110 | 0 | 111001 | 11111100 | 100101 | 100000 |
Color Harmonies of #3F336E
Complementary color
Monochromatic Colors of #3F336E
Black with #3F336E
Text Example
Text Example
White with #3F336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F336E; }
p { color: rgb(63,51,110); }
H1.HeaderClassName
{
color: #3F336E;
}
.AnyTagClassName
{
color: #3F336E;
}
</style>
background-color css
<style>
a { background-color: #3F336E; }
a { background-color: rgb(63,51,110); }
div.DivClassName
{
background-color: #3F336E;
}
.BgClassName
{
background-color: #3F336E;
}
</style>
border-color css
<style>
span { border-color: #3F336E; }
span { border-color: rgb(63,51,110); }
td.TdClassName
{
border-color: #3F336E;
}
.TagClassName
{
border-color: #3F336E;
}
</style>