Shades of Minsk #3D3376
Tints of Minsk #3D3376
RGB
CMYK
RGB Variations
Color information
#3D3376 (or 0x3D3376) is known color: Minsk. HEX triplet: 3D, 33 and 76. RGB value is (61,51,118). Sum of RGB (Red+Green+Blue) = 61+51+118=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3376 is #C2CC89. Grayscale: #3D3D3D. Windows color (decimal): -12766346 or 7746365. OLE color: 7746365.
HSL color Cylindrical-coordinate representation of color #3D3376: hue angle of 248.96º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D3376 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 51 | 118 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.54 |
| HSL | 248.96º | 0.4% | 0.33% | - |
| HSV(B) | 248.96º | 0.57% | 0.46% | - |
| XYZ | 6.38 | 4.67 | 17.7 | - |
| YUV | 61.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 118 | 0.48 | 0.57 | 0 | 0.54 | 248.96 | 0.4 | 0.33 |
| Hex | 3D | 33 | 76 | 30 | 39 | 0 | 36 | F9 | 28 | 21 |
| Octal | 75 | 63 | 166 | 60 | 71 | 0 | 66 | 371 | 50 | 41 |
| Binary | 111101 | 110011 | 1110110 | 110000 | 111001 | 0 | 110110 | 11111001 | 101000 | 100001 |
Color Harmonies of #3D3376
Complementary color
Monochromatic Colors of #3D3376
Black with #3D3376
Text Example
Text Example
White with #3D3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3376; }
p { color: rgb(61,51,118); }
H1.HeaderClassName
{
color: #3D3376;
}
.AnyTagClassName
{
color: #3D3376;
}
</style>
background-color css
<style>
a { background-color: #3D3376; }
a { background-color: rgb(61,51,118); }
div.DivClassName
{
background-color: #3D3376;
}
.BgClassName
{
background-color: #3D3376;
}
</style>
border-color css
<style>
span { border-color: #3D3376; }
span { border-color: rgb(61,51,118); }
td.TdClassName
{
border-color: #3D3376;
}
.TagClassName
{
border-color: #3D3376;
}
</style>