Shades of Minsk #3F346C
Tints of Minsk #3F346C
RGB
CMYK
RGB Variations
Color information
#3F346C (or 0x3F346C) is known color: Minsk. HEX triplet: 3F, 34 and 6C. RGB value is (63,52,108). Sum of RGB (Red+Green+Blue) = 63+52+108=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F346C is #C0CB93. Grayscale: #3D3D3D. Windows color (decimal): -12635028 or 7091263. OLE color: 7091263.
HSL color Cylindrical-coordinate representation of color #3F346C: hue angle of 251.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F346C is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 52 | 108 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.58 |
| HSL | 251.79º | 0.35% | 0.31% | - |
| HSV(B) | 251.79º | 0.52% | 0.42% | - |
| XYZ | 5.98 | 4.6 | 14.76 | - |
| YUV | 61.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 108 | 0.42 | 0.52 | 0 | 0.58 | 251.79 | 0.35 | 0.31 |
| Hex | 3F | 34 | 6C | 2A | 34 | 0 | 3A | FC | 23 | 1F |
| Octal | 77 | 64 | 154 | 52 | 64 | 0 | 72 | 374 | 43 | 37 |
| Binary | 111111 | 110100 | 1101100 | 101010 | 110100 | 0 | 111010 | 11111100 | 100011 | 11111 |
Color Harmonies of #3F346C
Complementary color
Monochromatic Colors of #3F346C
Black with #3F346C
Text Example
Text Example
White with #3F346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F346C; }
p { color: rgb(63,52,108); }
H1.HeaderClassName
{
color: #3F346C;
}
.AnyTagClassName
{
color: #3F346C;
}
</style>
background-color css
<style>
a { background-color: #3F346C; }
a { background-color: rgb(63,52,108); }
div.DivClassName
{
background-color: #3F346C;
}
.BgClassName
{
background-color: #3F346C;
}
</style>
border-color css
<style>
span { border-color: #3F346C; }
span { border-color: rgb(63,52,108); }
td.TdClassName
{
border-color: #3F346C;
}
.TagClassName
{
border-color: #3F346C;
}
</style>