Shades of Minsk #3D366E
Tints of Minsk #3D366E
RGB
CMYK
RGB Variations
Color information
#3D366E (or 0x3D366E) is known color: Minsk. HEX triplet: 3D, 36 and 6E. RGB value is (61,54,110). Sum of RGB (Red+Green+Blue) = 61+54+110=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D366E is #C2C991. Grayscale: #3E3E3E. Windows color (decimal): -12765586 or 7222845. OLE color: 7222845.
HSL color Cylindrical-coordinate representation of color #3D366E: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D366E is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 54 | 110 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.57 |
| HSL | 247.5º | 0.34% | 0.32% | - |
| HSV(B) | 247.5º | 0.51% | 0.43% | - |
| XYZ | 6.06 | 4.76 | 15.35 | - |
| YUV | 62.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 110 | 0.45 | 0.51 | 0 | 0.57 | 247.5 | 0.34 | 0.32 |
| Hex | 3D | 36 | 6E | 2D | 33 | 0 | 39 | F8 | 22 | 20 |
| Octal | 75 | 66 | 156 | 55 | 63 | 0 | 71 | 370 | 42 | 40 |
| Binary | 111101 | 110110 | 1101110 | 101101 | 110011 | 0 | 111001 | 11111000 | 100010 | 100000 |
Color Harmonies of #3D366E
Complementary color
Monochromatic Colors of #3D366E
Black with #3D366E
Text Example
Text Example
White with #3D366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D366E; }
p { color: rgb(61,54,110); }
H1.HeaderClassName
{
color: #3D366E;
}
.AnyTagClassName
{
color: #3D366E;
}
</style>
background-color css
<style>
a { background-color: #3D366E; }
a { background-color: rgb(61,54,110); }
div.DivClassName
{
background-color: #3D366E;
}
.BgClassName
{
background-color: #3D366E;
}
</style>
border-color css
<style>
span { border-color: #3D366E; }
span { border-color: rgb(61,54,110); }
td.TdClassName
{
border-color: #3D366E;
}
.TagClassName
{
border-color: #3D366E;
}
</style>