Shades of Minsk #3D3862
Tints of Minsk #3D3862
RGB
CMYK
RGB Variations
Color information
#3D3862 (or 0x3D3862) is known color: Minsk. HEX triplet: 3D, 38 and 62. RGB value is (61,56,98). Sum of RGB (Red+Green+Blue) = 61+56+98=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D3862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3862 is #C2C79D. Grayscale: #3E3E3E. Windows color (decimal): -12765086 or 6436925. OLE color: 6436925.
HSL color Cylindrical-coordinate representation of color #3D3862: hue angle of 247.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D3862 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 56 | 98 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.62 |
| HSL | 247.14º | 0.27% | 0.3% | - |
| HSV(B) | 247.14º | 0.43% | 0.38% | - |
| XYZ | 5.54 | 4.7 | 12.17 | - |
| YUV | 62.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 98 | 0.38 | 0.43 | 0 | 0.62 | 247.14 | 0.27 | 0.3 |
| Hex | 3D | 38 | 62 | 26 | 2B | 0 | 3E | F7 | 1B | 1E |
| Octal | 75 | 70 | 142 | 46 | 53 | 0 | 76 | 367 | 33 | 36 |
| Binary | 111101 | 111000 | 1100010 | 100110 | 101011 | 0 | 111110 | 11110111 | 11011 | 11110 |
Color Harmonies of #3D3862
Complementary color
Monochromatic Colors of #3D3862
Black with #3D3862
Text Example
Text Example
White with #3D3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3862; }
p { color: rgb(61,56,98); }
H1.HeaderClassName
{
color: #3D3862;
}
.AnyTagClassName
{
color: #3D3862;
}
</style>
background-color css
<style>
a { background-color: #3D3862; }
a { background-color: rgb(61,56,98); }
div.DivClassName
{
background-color: #3D3862;
}
.BgClassName
{
background-color: #3D3862;
}
</style>
border-color css
<style>
span { border-color: #3D3862; }
span { border-color: rgb(61,56,98); }
td.TdClassName
{
border-color: #3D3862;
}
.TagClassName
{
border-color: #3D3862;
}
</style>