Shades of Minsk #3D3262
Tints of Minsk #3D3262
RGB
CMYK
RGB Variations
Color information
#3D3262 (or 0x3D3262) is known color: Minsk. HEX triplet: 3D, 32 and 62. RGB value is (61,50,98). Sum of RGB (Red+Green+Blue) = 61+50+98=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D3262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3262 is #C2CD9D. Grayscale: #3A3A3A. Windows color (decimal): -12766622 or 6435389. OLE color: 6435389.
HSL color Cylindrical-coordinate representation of color #3D3262: hue angle of 253.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D3262 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 50 | 98 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.62 |
| HSL | 253.75º | 0.32% | 0.29% | - |
| HSV(B) | 253.75º | 0.49% | 0.38% | - |
| XYZ | 5.27 | 4.16 | 12.08 | - |
| YUV | 58.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 98 | 0.38 | 0.49 | 0 | 0.62 | 253.75 | 0.32 | 0.29 |
| Hex | 3D | 32 | 62 | 26 | 31 | 0 | 3E | FE | 20 | 1D |
| Octal | 75 | 62 | 142 | 46 | 61 | 0 | 76 | 376 | 40 | 35 |
| Binary | 111101 | 110010 | 1100010 | 100110 | 110001 | 0 | 111110 | 11111110 | 100000 | 11101 |
Color Harmonies of #3D3262
Complementary color
Monochromatic Colors of #3D3262
Black with #3D3262
Text Example
Text Example
White with #3D3262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3262; }
p { color: rgb(61,50,98); }
H1.HeaderClassName
{
color: #3D3262;
}
.AnyTagClassName
{
color: #3D3262;
}
</style>
background-color css
<style>
a { background-color: #3D3262; }
a { background-color: rgb(61,50,98); }
div.DivClassName
{
background-color: #3D3262;
}
.BgClassName
{
background-color: #3D3262;
}
</style>
border-color css
<style>
span { border-color: #3D3262; }
span { border-color: rgb(61,50,98); }
td.TdClassName
{
border-color: #3D3262;
}
.TagClassName
{
border-color: #3D3262;
}
</style>