Shades of Minsk #3D3566
Tints of Minsk #3D3566
RGB
CMYK
RGB Variations
Color information
#3D3566 (or 0x3D3566) is known color: Minsk. HEX triplet: 3D, 35 and 66. RGB value is (61,53,102). Sum of RGB (Red+Green+Blue) = 61+53+102=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3566 is #C2CA99. Grayscale: #3C3C3C. Windows color (decimal): -12765850 or 6698301. OLE color: 6698301.
HSL color Cylindrical-coordinate representation of color #3D3566: hue angle of 249.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D3566 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 53 | 102 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.6 |
| HSL | 249.8º | 0.32% | 0.3% | - |
| HSV(B) | 249.8º | 0.48% | 0.4% | - |
| XYZ | 5.6 | 4.5 | 13.14 | - |
| YUV | 60.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 102 | 0.40 | 0.48 | 0 | 0.6 | 249.8 | 0.32 | 0.3 |
| Hex | 3D | 35 | 66 | 28 | 30 | 0 | 3C | FA | 20 | 1E |
| Octal | 75 | 65 | 146 | 50 | 60 | 0 | 74 | 372 | 40 | 36 |
| Binary | 111101 | 110101 | 1100110 | 101000 | 110000 | 0 | 111100 | 11111010 | 100000 | 11110 |
Color Harmonies of #3D3566
Complementary color
Monochromatic Colors of #3D3566
Black with #3D3566
Text Example
Text Example
White with #3D3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3566; }
p { color: rgb(61,53,102); }
H1.HeaderClassName
{
color: #3D3566;
}
.AnyTagClassName
{
color: #3D3566;
}
</style>
background-color css
<style>
a { background-color: #3D3566; }
a { background-color: rgb(61,53,102); }
div.DivClassName
{
background-color: #3D3566;
}
.BgClassName
{
background-color: #3D3566;
}
</style>
border-color css
<style>
span { border-color: #3D3566; }
span { border-color: rgb(61,53,102); }
td.TdClassName
{
border-color: #3D3566;
}
.TagClassName
{
border-color: #3D3566;
}
</style>