Shades of Minsk #3D366B
Tints of Minsk #3D366B
RGB
CMYK
RGB Variations
Color information
#3D366B (or 0x3D366B) is known color: Minsk. HEX triplet: 3D, 36 and 6B. RGB value is (61,54,107). Sum of RGB (Red+Green+Blue) = 61+54+107=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D366B is #C2C994. Grayscale: #3D3D3D. Windows color (decimal): -12765589 or 7026237. OLE color: 7026237.
HSL color Cylindrical-coordinate representation of color #3D366B: hue angle of 247.92º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D366B is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 54 | 107 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.58 |
| HSL | 247.92º | 0.33% | 0.32% | - |
| HSV(B) | 247.92º | 0.5% | 0.42% | - |
| XYZ | 5.9 | 4.69 | 14.5 | - |
| YUV | 62.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 107 | 0.43 | 0.50 | 0 | 0.58 | 247.92 | 0.33 | 0.32 |
| Hex | 3D | 36 | 6B | 2B | 32 | 0 | 3A | F8 | 21 | 20 |
| Octal | 75 | 66 | 153 | 53 | 62 | 0 | 72 | 370 | 41 | 40 |
| Binary | 111101 | 110110 | 1101011 | 101011 | 110010 | 0 | 111010 | 11111000 | 100001 | 100000 |
Color Harmonies of #3D366B
Complementary color
Monochromatic Colors of #3D366B
Black with #3D366B
Text Example
Text Example
White with #3D366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D366B; }
p { color: rgb(61,54,107); }
H1.HeaderClassName
{
color: #3D366B;
}
.AnyTagClassName
{
color: #3D366B;
}
</style>
background-color css
<style>
a { background-color: #3D366B; }
a { background-color: rgb(61,54,107); }
div.DivClassName
{
background-color: #3D366B;
}
.BgClassName
{
background-color: #3D366B;
}
</style>
border-color css
<style>
span { border-color: #3D366B; }
span { border-color: rgb(61,54,107); }
td.TdClassName
{
border-color: #3D366B;
}
.TagClassName
{
border-color: #3D366B;
}
</style>