Shades of Minsk #3D286C
Tints of Minsk #3D286C
RGB
CMYK
RGB Variations
Color information
#3D286C (or 0x3D286C) is known color: Minsk. HEX triplet: 3D, 28 and 6C. RGB value is (61,40,108). Sum of RGB (Red+Green+Blue) = 61+40+108=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D286C is #C2D793. Grayscale: #353535. Windows color (decimal): -12769172 or 7088189. OLE color: 7088189.
HSL color Cylindrical-coordinate representation of color #3D286C: hue angle of 258.53º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D286C is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 40 | 108 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.58 |
| HSL | 258.53º | 0.46% | 0.29% | - |
| HSV(B) | 258.53º | 0.63% | 0.42% | - |
| XYZ | 5.39 | 3.59 | 14.6 | - |
| YUV | 54.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 108 | 0.44 | 0.63 | 0 | 0.58 | 258.53 | 0.46 | 0.29 |
| Hex | 3D | 28 | 6C | 2C | 3F | 0 | 3A | 103 | 2E | 1D |
| Octal | 75 | 50 | 154 | 54 | 77 | 0 | 72 | 403 | 56 | 35 |
| Binary | 111101 | 101000 | 1101100 | 101100 | 111111 | 0 | 111010 | 100000011 | 101110 | 11101 |
Color Harmonies of #3D286C
Complementary color
Monochromatic Colors of #3D286C
Black with #3D286C
Text Example
Text Example
White with #3D286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D286C; }
p { color: rgb(61,40,108); }
H1.HeaderClassName
{
color: #3D286C;
}
.AnyTagClassName
{
color: #3D286C;
}
</style>
background-color css
<style>
a { background-color: #3D286C; }
a { background-color: rgb(61,40,108); }
div.DivClassName
{
background-color: #3D286C;
}
.BgClassName
{
background-color: #3D286C;
}
</style>
border-color css
<style>
span { border-color: #3D286C; }
span { border-color: rgb(61,40,108); }
td.TdClassName
{
border-color: #3D286C;
}
.TagClassName
{
border-color: #3D286C;
}
</style>