Shades of Minsk #3F3264
Tints of Minsk #3F3264
RGB
CMYK
RGB Variations
Color information
#3F3264 (or 0x3F3264) is known color: Minsk. HEX triplet: 3F, 32 and 64. RGB value is (63,50,100). Sum of RGB (Red+Green+Blue) = 63+50+100=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F3264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3264 is #C0CD9B. Grayscale: #3B3B3B. Windows color (decimal): -12635548 or 6566463. OLE color: 6566463.
HSL color Cylindrical-coordinate representation of color #3F3264: hue angle of 255.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F3264 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 50 | 100 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.61 |
| HSL | 255.6º | 0.33% | 0.29% | - |
| HSV(B) | 255.6º | 0.5% | 0.39% | - |
| XYZ | 5.49 | 4.26 | 12.59 | - |
| YUV | 59.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 100 | 0.37 | 0.50 | 0 | 0.61 | 255.6 | 0.33 | 0.29 |
| Hex | 3F | 32 | 64 | 25 | 32 | 0 | 3D | 100 | 21 | 1D |
| Octal | 77 | 62 | 144 | 45 | 62 | 0 | 75 | 400 | 41 | 35 |
| Binary | 111111 | 110010 | 1100100 | 100101 | 110010 | 0 | 111101 | 100000000 | 100001 | 11101 |
Color Harmonies of #3F3264
Complementary color
Monochromatic Colors of #3F3264
Black with #3F3264
Text Example
Text Example
White with #3F3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3264; }
p { color: rgb(63,50,100); }
H1.HeaderClassName
{
color: #3F3264;
}
.AnyTagClassName
{
color: #3F3264;
}
</style>
background-color css
<style>
a { background-color: #3F3264; }
a { background-color: rgb(63,50,100); }
div.DivClassName
{
background-color: #3F3264;
}
.BgClassName
{
background-color: #3F3264;
}
</style>
border-color css
<style>
span { border-color: #3F3264; }
span { border-color: rgb(63,50,100); }
td.TdClassName
{
border-color: #3F3264;
}
.TagClassName
{
border-color: #3F3264;
}
</style>