Shades of Minsk #3D3561
Tints of Minsk #3D3561
RGB
CMYK
RGB Variations
Color information
#3D3561 (or 0x3D3561) is known color: Minsk. HEX triplet: 3D, 35 and 61. RGB value is (61,53,97). Sum of RGB (Red+Green+Blue) = 61+53+97=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3561 is #C2CA9E. Grayscale: #3C3C3C. Windows color (decimal): -12765855 or 6370621. OLE color: 6370621.
HSL color Cylindrical-coordinate representation of color #3D3561: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D3561 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 53 | 97 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.62 |
| HSL | 250.91º | 0.29% | 0.29% | - |
| HSV(B) | 250.91º | 0.45% | 0.38% | - |
| XYZ | 5.36 | 4.4 | 11.88 | - |
| YUV | 60.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 97 | 0.37 | 0.45 | 0 | 0.62 | 250.91 | 0.29 | 0.29 |
| Hex | 3D | 35 | 61 | 25 | 2D | 0 | 3E | FB | 1D | 1D |
| Octal | 75 | 65 | 141 | 45 | 55 | 0 | 76 | 373 | 35 | 35 |
| Binary | 111101 | 110101 | 1100001 | 100101 | 101101 | 0 | 111110 | 11111011 | 11101 | 11101 |
Color Harmonies of #3D3561
Complementary color
Monochromatic Colors of #3D3561
Black with #3D3561
Text Example
Text Example
White with #3D3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3561; }
p { color: rgb(61,53,97); }
H1.HeaderClassName
{
color: #3D3561;
}
.AnyTagClassName
{
color: #3D3561;
}
</style>
background-color css
<style>
a { background-color: #3D3561; }
a { background-color: rgb(61,53,97); }
div.DivClassName
{
background-color: #3D3561;
}
.BgClassName
{
background-color: #3D3561;
}
</style>
border-color css
<style>
span { border-color: #3D3561; }
span { border-color: rgb(61,53,97); }
td.TdClassName
{
border-color: #3D3561;
}
.TagClassName
{
border-color: #3D3561;
}
</style>