Shades of Minsk #44326D
Tints of Minsk #44326D
RGB
CMYK
RGB Variations
Color information
#44326D (or 0x44326D) is known color: Minsk. HEX triplet: 44, 32 and 6D. RGB value is (68,50,109). Sum of RGB (Red+Green+Blue) = 68+50+109=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #44326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44326D is #BBCD92. Grayscale: #3D3D3D. Windows color (decimal): -12307859 or 7156292. OLE color: 7156292.
HSL color Cylindrical-coordinate representation of color #44326D: hue angle of 258.31º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44326D is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 50 | 109 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.57 |
| HSL | 258.31º | 0.37% | 0.31% | - |
| HSV(B) | 258.31º | 0.54% | 0.43% | - |
| XYZ | 6.28 | 4.61 | 15.03 | - |
| YUV | 62.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 109 | 0.38 | 0.54 | 0 | 0.57 | 258.31 | 0.37 | 0.31 |
| Hex | 44 | 32 | 6D | 26 | 36 | 0 | 39 | 102 | 25 | 1F |
| Octal | 104 | 62 | 155 | 46 | 66 | 0 | 71 | 402 | 45 | 37 |
| Binary | 1000100 | 110010 | 1101101 | 100110 | 110110 | 0 | 111001 | 100000010 | 100101 | 11111 |
Color Harmonies of #44326D
Complementary color
Monochromatic Colors of #44326D
Black with #44326D
Text Example
Text Example
White with #44326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44326D; }
p { color: rgb(68,50,109); }
H1.HeaderClassName
{
color: #44326D;
}
.AnyTagClassName
{
color: #44326D;
}
</style>
background-color css
<style>
a { background-color: #44326D; }
a { background-color: rgb(68,50,109); }
div.DivClassName
{
background-color: #44326D;
}
.BgClassName
{
background-color: #44326D;
}
</style>
border-color css
<style>
span { border-color: #44326D; }
span { border-color: rgb(68,50,109); }
td.TdClassName
{
border-color: #44326D;
}
.TagClassName
{
border-color: #44326D;
}
</style>