Shades of Minsk #3D3266
Tints of Minsk #3D3266
RGB
CMYK
RGB Variations
Color information
#3D3266 (or 0x3D3266) is known color: Minsk. HEX triplet: 3D, 32 and 66. RGB value is (61,50,102). Sum of RGB (Red+Green+Blue) = 61+50+102=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3266 is #C2CD99. Grayscale: #3B3B3B. Windows color (decimal): -12766618 or 6697533. OLE color: 6697533.
HSL color Cylindrical-coordinate representation of color #3D3266: hue angle of 252.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D3266 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 50 | 102 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.6 |
| HSL | 252.69º | 0.34% | 0.3% | - |
| HSV(B) | 252.69º | 0.51% | 0.4% | - |
| XYZ | 5.46 | 4.23 | 13.1 | - |
| YUV | 59.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 102 | 0.40 | 0.51 | 0 | 0.6 | 252.69 | 0.34 | 0.3 |
| Hex | 3D | 32 | 66 | 28 | 33 | 0 | 3C | FD | 22 | 1E |
| Octal | 75 | 62 | 146 | 50 | 63 | 0 | 74 | 375 | 42 | 36 |
| Binary | 111101 | 110010 | 1100110 | 101000 | 110011 | 0 | 111100 | 11111101 | 100010 | 11110 |
Color Harmonies of #3D3266
Complementary color
Monochromatic Colors of #3D3266
Black with #3D3266
Text Example
Text Example
White with #3D3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3266; }
p { color: rgb(61,50,102); }
H1.HeaderClassName
{
color: #3D3266;
}
.AnyTagClassName
{
color: #3D3266;
}
</style>
background-color css
<style>
a { background-color: #3D3266; }
a { background-color: rgb(61,50,102); }
div.DivClassName
{
background-color: #3D3266;
}
.BgClassName
{
background-color: #3D3266;
}
</style>
border-color css
<style>
span { border-color: #3D3266; }
span { border-color: rgb(61,50,102); }
td.TdClassName
{
border-color: #3D3266;
}
.TagClassName
{
border-color: #3D3266;
}
</style>