Shades of Minsk #3F356E
Tints of Minsk #3F356E
RGB
CMYK
RGB Variations
Color information
#3F356E (or 0x3F356E) is known color: Minsk. HEX triplet: 3F, 35 and 6E. RGB value is (63,53,110). Sum of RGB (Red+Green+Blue) = 63+53+110=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F356E is #C0CA91. Grayscale: #3E3E3E. Windows color (decimal): -12634770 or 7222591. OLE color: 7222591.
HSL color Cylindrical-coordinate representation of color #3F356E: hue angle of 250.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F356E is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 53 | 110 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.57 |
| HSL | 250.53º | 0.35% | 0.32% | - |
| HSV(B) | 250.53º | 0.52% | 0.43% | - |
| XYZ | 6.14 | 4.73 | 15.34 | - |
| YUV | 62.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 110 | 0.43 | 0.52 | 0 | 0.57 | 250.53 | 0.35 | 0.32 |
| Hex | 3F | 35 | 6E | 2B | 34 | 0 | 39 | FB | 23 | 20 |
| Octal | 77 | 65 | 156 | 53 | 64 | 0 | 71 | 373 | 43 | 40 |
| Binary | 111111 | 110101 | 1101110 | 101011 | 110100 | 0 | 111001 | 11111011 | 100011 | 100000 |
Color Harmonies of #3F356E
Complementary color
Monochromatic Colors of #3F356E
Black with #3F356E
Text Example
Text Example
White with #3F356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F356E; }
p { color: rgb(63,53,110); }
H1.HeaderClassName
{
color: #3F356E;
}
.AnyTagClassName
{
color: #3F356E;
}
</style>
background-color css
<style>
a { background-color: #3F356E; }
a { background-color: rgb(63,53,110); }
div.DivClassName
{
background-color: #3F356E;
}
.BgClassName
{
background-color: #3F356E;
}
</style>
border-color css
<style>
span { border-color: #3F356E; }
span { border-color: rgb(63,53,110); }
td.TdClassName
{
border-color: #3F356E;
}
.TagClassName
{
border-color: #3F356E;
}
</style>