Shades of Minsk #44386D
Tints of Minsk #44386D
RGB
CMYK
RGB Variations
Color information
#44386D (or 0x44386D) is known color: Minsk. HEX triplet: 44, 38 and 6D. RGB value is (68,56,109). Sum of RGB (Red+Green+Blue) = 68+56+109=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #44386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44386D is #BBC792. Grayscale: #414141. Windows color (decimal): -12306323 or 7157828. OLE color: 7157828.
HSL color Cylindrical-coordinate representation of color #44386D: hue angle of 253.58º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44386D is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 56 | 109 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.57 |
| HSL | 253.58º | 0.32% | 0.32% | - |
| HSV(B) | 253.58º | 0.49% | 0.43% | - |
| XYZ | 6.56 | 5.16 | 15.12 | - |
| YUV | 65.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 109 | 0.38 | 0.49 | 0 | 0.57 | 253.58 | 0.32 | 0.32 |
| Hex | 44 | 38 | 6D | 26 | 31 | 0 | 39 | FE | 20 | 20 |
| Octal | 104 | 70 | 155 | 46 | 61 | 0 | 71 | 376 | 40 | 40 |
| Binary | 1000100 | 111000 | 1101101 | 100110 | 110001 | 0 | 111001 | 11111110 | 100000 | 100000 |
Color Harmonies of #44386D
Complementary color
Monochromatic Colors of #44386D
Black with #44386D
Text Example
Text Example
White with #44386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44386D; }
p { color: rgb(68,56,109); }
H1.HeaderClassName
{
color: #44386D;
}
.AnyTagClassName
{
color: #44386D;
}
</style>
background-color css
<style>
a { background-color: #44386D; }
a { background-color: rgb(68,56,109); }
div.DivClassName
{
background-color: #44386D;
}
.BgClassName
{
background-color: #44386D;
}
</style>
border-color css
<style>
span { border-color: #44386D; }
span { border-color: rgb(68,56,109); }
td.TdClassName
{
border-color: #44386D;
}
.TagClassName
{
border-color: #44386D;
}
</style>