Shades of Minsk #44326E
Tints of Minsk #44326E
RGB
CMYK
RGB Variations
Color information
#44326E (or 0x44326E) is known color: Minsk. HEX triplet: 44, 32 and 6E. RGB value is (68,50,110). Sum of RGB (Red+Green+Blue) = 68+50+110=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #44326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44326E is #BBCD91. Grayscale: #3E3E3E. Windows color (decimal): -12307858 or 7221828. OLE color: 7221828.
HSL color Cylindrical-coordinate representation of color #44326E: hue angle of 258º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44326E is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 50 | 110 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.57 |
| HSL | 258º | 0.38% | 0.31% | - |
| HSV(B) | 258º | 0.55% | 0.43% | - |
| XYZ | 6.34 | 4.64 | 15.31 | - |
| YUV | 62.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 110 | 0.38 | 0.55 | 0 | 0.57 | 258 | 0.38 | 0.31 |
| Hex | 44 | 32 | 6E | 26 | 37 | 0 | 39 | 102 | 26 | 1F |
| Octal | 104 | 62 | 156 | 46 | 67 | 0 | 71 | 402 | 46 | 37 |
| Binary | 1000100 | 110010 | 1101110 | 100110 | 110111 | 0 | 111001 | 100000010 | 100110 | 11111 |
Color Harmonies of #44326E
Complementary color
Monochromatic Colors of #44326E
Black with #44326E
Text Example
Text Example
White with #44326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44326E; }
p { color: rgb(68,50,110); }
H1.HeaderClassName
{
color: #44326E;
}
.AnyTagClassName
{
color: #44326E;
}
</style>
background-color css
<style>
a { background-color: #44326E; }
a { background-color: rgb(68,50,110); }
div.DivClassName
{
background-color: #44326E;
}
.BgClassName
{
background-color: #44326E;
}
</style>
border-color css
<style>
span { border-color: #44326E; }
span { border-color: rgb(68,50,110); }
td.TdClassName
{
border-color: #44326E;
}
.TagClassName
{
border-color: #44326E;
}
</style>