Shades of Minsk #3F346B
Tints of Minsk #3F346B
RGB
CMYK
RGB Variations
Color information
#3F346B (or 0x3F346B) is known color: Minsk. HEX triplet: 3F, 34 and 6B. RGB value is (63,52,107). Sum of RGB (Red+Green+Blue) = 63+52+107=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F346B is #C0CB94. Grayscale: #3D3D3D. Windows color (decimal): -12635029 or 7025727. OLE color: 7025727.
HSL color Cylindrical-coordinate representation of color #3F346B: hue angle of 252º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F346B is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 52 | 107 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.58 |
| HSL | 252º | 0.35% | 0.31% | - |
| HSV(B) | 252º | 0.51% | 0.42% | - |
| XYZ | 5.93 | 4.57 | 14.48 | - |
| YUV | 61.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 107 | 0.41 | 0.51 | 0 | 0.58 | 252 | 0.35 | 0.31 |
| Hex | 3F | 34 | 6B | 29 | 33 | 0 | 3A | FC | 23 | 1F |
| Octal | 77 | 64 | 153 | 51 | 63 | 0 | 72 | 374 | 43 | 37 |
| Binary | 111111 | 110100 | 1101011 | 101001 | 110011 | 0 | 111010 | 11111100 | 100011 | 11111 |
Color Harmonies of #3F346B
Complementary color
Monochromatic Colors of #3F346B
Black with #3F346B
Text Example
Text Example
White with #3F346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F346B; }
p { color: rgb(63,52,107); }
H1.HeaderClassName
{
color: #3F346B;
}
.AnyTagClassName
{
color: #3F346B;
}
</style>
background-color css
<style>
a { background-color: #3F346B; }
a { background-color: rgb(63,52,107); }
div.DivClassName
{
background-color: #3F346B;
}
.BgClassName
{
background-color: #3F346B;
}
</style>
border-color css
<style>
span { border-color: #3F346B; }
span { border-color: rgb(63,52,107); }
td.TdClassName
{
border-color: #3F346B;
}
.TagClassName
{
border-color: #3F346B;
}
</style>