Shades of Minsk #3D3866
Tints of Minsk #3D3866
RGB
CMYK
RGB Variations
Color information
#3D3866 (or 0x3D3866) is known color: Minsk. HEX triplet: 3D, 38 and 66. RGB value is (61,56,102). Sum of RGB (Red+Green+Blue) = 61+56+102=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3866 is #C2C799. Grayscale: #3E3E3E. Windows color (decimal): -12765082 or 6699069. OLE color: 6699069.
HSL color Cylindrical-coordinate representation of color #3D3866: hue angle of 246.52º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D3866 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 56 | 102 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.6 |
| HSL | 246.52º | 0.29% | 0.31% | - |
| HSV(B) | 246.52º | 0.45% | 0.4% | - |
| XYZ | 5.74 | 4.78 | 13.19 | - |
| YUV | 62.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 102 | 0.40 | 0.45 | 0 | 0.6 | 246.52 | 0.29 | 0.31 |
| Hex | 3D | 38 | 66 | 28 | 2D | 0 | 3C | F7 | 1D | 1F |
| Octal | 75 | 70 | 146 | 50 | 55 | 0 | 74 | 367 | 35 | 37 |
| Binary | 111101 | 111000 | 1100110 | 101000 | 101101 | 0 | 111100 | 11110111 | 11101 | 11111 |
Color Harmonies of #3D3866
Complementary color
Monochromatic Colors of #3D3866
Black with #3D3866
Text Example
Text Example
White with #3D3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3866; }
p { color: rgb(61,56,102); }
H1.HeaderClassName
{
color: #3D3866;
}
.AnyTagClassName
{
color: #3D3866;
}
</style>
background-color css
<style>
a { background-color: #3D3866; }
a { background-color: rgb(61,56,102); }
div.DivClassName
{
background-color: #3D3866;
}
.BgClassName
{
background-color: #3D3866;
}
</style>
border-color css
<style>
span { border-color: #3D3866; }
span { border-color: rgb(61,56,102); }
td.TdClassName
{
border-color: #3D3866;
}
.TagClassName
{
border-color: #3D3866;
}
</style>