Shades of Minsk #3F3263
Tints of Minsk #3F3263
RGB
CMYK
RGB Variations
Color information
#3F3263 (or 0x3F3263) is known color: Minsk. HEX triplet: 3F, 32 and 63. RGB value is (63,50,99). Sum of RGB (Red+Green+Blue) = 63+50+99=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F3263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3263 is #C0CD9C. Grayscale: #3B3B3B. Windows color (decimal): -12635549 or 6500927. OLE color: 6500927.
HSL color Cylindrical-coordinate representation of color #3F3263: hue angle of 255.92º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F3263 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 50 | 99 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.61 |
| HSL | 255.92º | 0.33% | 0.29% | - |
| HSV(B) | 255.92º | 0.49% | 0.39% | - |
| XYZ | 5.44 | 4.24 | 12.34 | - |
| YUV | 59.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 99 | 0.36 | 0.49 | 0 | 0.61 | 255.92 | 0.33 | 0.29 |
| Hex | 3F | 32 | 63 | 24 | 31 | 0 | 3D | 100 | 21 | 1D |
| Octal | 77 | 62 | 143 | 44 | 61 | 0 | 75 | 400 | 41 | 35 |
| Binary | 111111 | 110010 | 1100011 | 100100 | 110001 | 0 | 111101 | 100000000 | 100001 | 11101 |
Color Harmonies of #3F3263
Complementary color
Monochromatic Colors of #3F3263
Black with #3F3263
Text Example
Text Example
White with #3F3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3263; }
p { color: rgb(63,50,99); }
H1.HeaderClassName
{
color: #3F3263;
}
.AnyTagClassName
{
color: #3F3263;
}
</style>
background-color css
<style>
a { background-color: #3F3263; }
a { background-color: rgb(63,50,99); }
div.DivClassName
{
background-color: #3F3263;
}
.BgClassName
{
background-color: #3F3263;
}
</style>
border-color css
<style>
span { border-color: #3F3263; }
span { border-color: rgb(63,50,99); }
td.TdClassName
{
border-color: #3F3263;
}
.TagClassName
{
border-color: #3F3263;
}
</style>