Shades of Minsk #3D366C
Tints of Minsk #3D366C
RGB
CMYK
RGB Variations
Color information
#3D366C (or 0x3D366C) is known color: Minsk. HEX triplet: 3D, 36 and 6C. RGB value is (61,54,108). Sum of RGB (Red+Green+Blue) = 61+54+108=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D366C is #C2C993. Grayscale: #3E3E3E. Windows color (decimal): -12765588 or 7091773. OLE color: 7091773.
HSL color Cylindrical-coordinate representation of color #3D366C: hue angle of 247.78º 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 #3D366C is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 54 | 108 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.58 |
| HSL | 247.78º | 0.33% | 0.32% | - |
| HSV(B) | 247.78º | 0.5% | 0.42% | - |
| XYZ | 5.95 | 4.71 | 14.78 | - |
| YUV | 62.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 108 | 0.44 | 0.50 | 0 | 0.58 | 247.78 | 0.33 | 0.32 |
| Hex | 3D | 36 | 6C | 2C | 32 | 0 | 3A | F8 | 21 | 20 |
| Octal | 75 | 66 | 154 | 54 | 62 | 0 | 72 | 370 | 41 | 40 |
| Binary | 111101 | 110110 | 1101100 | 101100 | 110010 | 0 | 111010 | 11111000 | 100001 | 100000 |
Color Harmonies of #3D366C
Complementary color
Monochromatic Colors of #3D366C
Black with #3D366C
Text Example
Text Example
White with #3D366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D366C; }
p { color: rgb(61,54,108); }
H1.HeaderClassName
{
color: #3D366C;
}
.AnyTagClassName
{
color: #3D366C;
}
</style>
background-color css
<style>
a { background-color: #3D366C; }
a { background-color: rgb(61,54,108); }
div.DivClassName
{
background-color: #3D366C;
}
.BgClassName
{
background-color: #3D366C;
}
</style>
border-color css
<style>
span { border-color: #3D366C; }
span { border-color: rgb(61,54,108); }
td.TdClassName
{
border-color: #3D366C;
}
.TagClassName
{
border-color: #3D366C;
}
</style>