Shades of Minsk #3D3065
Tints of Minsk #3D3065
RGB
CMYK
RGB Variations
Color information
#3D3065 (or 0x3D3065) is known color: Minsk. HEX triplet: 3D, 30 and 65. RGB value is (61,48,101). Sum of RGB (Red+Green+Blue) = 61+48+101=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3065 is #C2CF9A. Grayscale: #393939. Windows color (decimal): -12767131 or 6631485. OLE color: 6631485.
HSL color Cylindrical-coordinate representation of color #3D3065: hue angle of 254.72º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D3065 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 48 | 101 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.60 |
| HSL | 254.72º | 0.36% | 0.29% | - |
| HSV(B) | 254.72º | 0.52% | 0.4% | - |
| XYZ | 5.33 | 4.05 | 12.81 | - |
| YUV | 57.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 101 | 0.40 | 0.52 | 0 | 0.60 | 254.72 | 0.36 | 0.29 |
| Hex | 3D | 30 | 65 | 28 | 34 | 0 | 3C | FF | 24 | 1D |
| Octal | 75 | 60 | 145 | 50 | 64 | 0 | 74 | 377 | 44 | 35 |
| Binary | 111101 | 110000 | 1100101 | 101000 | 110100 | 0 | 111100 | 11111111 | 100100 | 11101 |
Color Harmonies of #3D3065
Complementary color
Monochromatic Colors of #3D3065
Black with #3D3065
Text Example
Text Example
White with #3D3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3065; }
p { color: rgb(61,48,101); }
H1.HeaderClassName
{
color: #3D3065;
}
.AnyTagClassName
{
color: #3D3065;
}
</style>
background-color css
<style>
a { background-color: #3D3065; }
a { background-color: rgb(61,48,101); }
div.DivClassName
{
background-color: #3D3065;
}
.BgClassName
{
background-color: #3D3065;
}
</style>
border-color css
<style>
span { border-color: #3D3065; }
span { border-color: rgb(61,48,101); }
td.TdClassName
{
border-color: #3D3065;
}
.TagClassName
{
border-color: #3D3065;
}
</style>