Shades of Minsk #3D3565
Tints of Minsk #3D3565
RGB
CMYK
RGB Variations
Color information
#3D3565 (or 0x3D3565) is known color: Minsk. HEX triplet: 3D, 35 and 65. RGB value is (61,53,101). Sum of RGB (Red+Green+Blue) = 61+53+101=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3565 is #C2CA9A. Grayscale: #3C3C3C. Windows color (decimal): -12765851 or 6632765. OLE color: 6632765.
HSL color Cylindrical-coordinate representation of color #3D3565: hue angle of 250º degrees, saturation: 0.31, 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 #3D3565 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 53 | 101 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.60 |
| HSL | 250º | 0.31% | 0.3% | - |
| HSV(B) | 250º | 0.48% | 0.4% | - |
| XYZ | 5.55 | 4.48 | 12.88 | - |
| YUV | 60.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 101 | 0.40 | 0.48 | 0 | 0.60 | 250 | 0.31 | 0.3 |
| Hex | 3D | 35 | 65 | 28 | 30 | 0 | 3C | FA | 1F | 1E |
| Octal | 75 | 65 | 145 | 50 | 60 | 0 | 74 | 372 | 37 | 36 |
| Binary | 111101 | 110101 | 1100101 | 101000 | 110000 | 0 | 111100 | 11111010 | 11111 | 11110 |
Color Harmonies of #3D3565
Complementary color
Monochromatic Colors of #3D3565
Black with #3D3565
Text Example
Text Example
White with #3D3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3565; }
p { color: rgb(61,53,101); }
H1.HeaderClassName
{
color: #3D3565;
}
.AnyTagClassName
{
color: #3D3565;
}
</style>
background-color css
<style>
a { background-color: #3D3565; }
a { background-color: rgb(61,53,101); }
div.DivClassName
{
background-color: #3D3565;
}
.BgClassName
{
background-color: #3D3565;
}
</style>
border-color css
<style>
span { border-color: #3D3565; }
span { border-color: rgb(61,53,101); }
td.TdClassName
{
border-color: #3D3565;
}
.TagClassName
{
border-color: #3D3565;
}
</style>