Shades of Minsk #3D3063
Tints of Minsk #3D3063
RGB
CMYK
RGB Variations
Color information
#3D3063 (or 0x3D3063) is known color: Minsk. HEX triplet: 3D, 30 and 63. RGB value is (61,48,99). Sum of RGB (Red+Green+Blue) = 61+48+99=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3063 is #C2CF9C. Grayscale: #393939. Windows color (decimal): -12767133 or 6500413. OLE color: 6500413.
HSL color Cylindrical-coordinate representation of color #3D3063: hue angle of 255.29º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D3063 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 48 | 99 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.61 |
| HSL | 255.29º | 0.35% | 0.29% | - |
| HSV(B) | 255.29º | 0.52% | 0.39% | - |
| XYZ | 5.23 | 4.01 | 12.3 | - |
| YUV | 57.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 99 | 0.38 | 0.52 | 0 | 0.61 | 255.29 | 0.35 | 0.29 |
| Hex | 3D | 30 | 63 | 26 | 34 | 0 | 3D | FF | 23 | 1D |
| Octal | 75 | 60 | 143 | 46 | 64 | 0 | 75 | 377 | 43 | 35 |
| Binary | 111101 | 110000 | 1100011 | 100110 | 110100 | 0 | 111101 | 11111111 | 100011 | 11101 |
Color Harmonies of #3D3063
Complementary color
Monochromatic Colors of #3D3063
Black with #3D3063
Text Example
Text Example
White with #3D3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3063; }
p { color: rgb(61,48,99); }
H1.HeaderClassName
{
color: #3D3063;
}
.AnyTagClassName
{
color: #3D3063;
}
</style>
background-color css
<style>
a { background-color: #3D3063; }
a { background-color: rgb(61,48,99); }
div.DivClassName
{
background-color: #3D3063;
}
.BgClassName
{
background-color: #3D3063;
}
</style>
border-color css
<style>
span { border-color: #3D3063; }
span { border-color: rgb(61,48,99); }
td.TdClassName
{
border-color: #3D3063;
}
.TagClassName
{
border-color: #3D3063;
}
</style>