Shades of Minsk #3D3863
Tints of Minsk #3D3863
RGB
CMYK
RGB Variations
Color information
#3D3863 (or 0x3D3863) is known color: Minsk. HEX triplet: 3D, 38 and 63. RGB value is (61,56,99). Sum of RGB (Red+Green+Blue) = 61+56+99=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D3863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3863 is #C2C79C. Grayscale: #3E3E3E. Windows color (decimal): -12765085 or 6502461. OLE color: 6502461.
HSL color Cylindrical-coordinate representation of color #3D3863: hue angle of 246.98º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D3863 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 56 | 99 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.61 |
| HSL | 246.98º | 0.28% | 0.3% | - |
| HSV(B) | 246.98º | 0.43% | 0.39% | - |
| XYZ | 5.59 | 4.72 | 12.42 | - |
| YUV | 62.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 99 | 0.38 | 0.43 | 0 | 0.61 | 246.98 | 0.28 | 0.3 |
| Hex | 3D | 38 | 63 | 26 | 2B | 0 | 3D | F7 | 1C | 1E |
| Octal | 75 | 70 | 143 | 46 | 53 | 0 | 75 | 367 | 34 | 36 |
| Binary | 111101 | 111000 | 1100011 | 100110 | 101011 | 0 | 111101 | 11110111 | 11100 | 11110 |
Color Harmonies of #3D3863
Complementary color
Monochromatic Colors of #3D3863
Black with #3D3863
Text Example
Text Example
White with #3D3863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3863; }
p { color: rgb(61,56,99); }
H1.HeaderClassName
{
color: #3D3863;
}
.AnyTagClassName
{
color: #3D3863;
}
</style>
background-color css
<style>
a { background-color: #3D3863; }
a { background-color: rgb(61,56,99); }
div.DivClassName
{
background-color: #3D3863;
}
.BgClassName
{
background-color: #3D3863;
}
</style>
border-color css
<style>
span { border-color: #3D3863; }
span { border-color: rgb(61,56,99); }
td.TdClassName
{
border-color: #3D3863;
}
.TagClassName
{
border-color: #3D3863;
}
</style>