Shades of Minsk #44376E
Tints of Minsk #44376E
RGB
CMYK
RGB Variations
Color information
#44376E (or 0x44376E) is known color: Minsk. HEX triplet: 44, 37 and 6E. RGB value is (68,55,110). Sum of RGB (Red+Green+Blue) = 68+55+110=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #44376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44376E is #BBC891. Grayscale: #404040. Windows color (decimal): -12306578 or 7223108. OLE color: 7223108.
HSL color Cylindrical-coordinate representation of color #44376E: hue angle of 254.18º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44376E is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 55 | 110 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.57 |
| HSL | 254.18º | 0.33% | 0.32% | - |
| HSV(B) | 254.18º | 0.5% | 0.43% | - |
| XYZ | 6.56 | 5.09 | 15.39 | - |
| YUV | 65.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 110 | 0.38 | 0.5 | 0 | 0.57 | 254.18 | 0.33 | 0.32 |
| Hex | 44 | 37 | 6E | 26 | 32 | 0 | 39 | FE | 21 | 20 |
| Octal | 104 | 67 | 156 | 46 | 62 | 0 | 71 | 376 | 41 | 40 |
| Binary | 1000100 | 110111 | 1101110 | 100110 | 110010 | 0 | 111001 | 11111110 | 100001 | 100000 |
Color Harmonies of #44376E
Complementary color
Monochromatic Colors of #44376E
Black with #44376E
Text Example
Text Example
White with #44376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44376E; }
p { color: rgb(68,55,110); }
H1.HeaderClassName
{
color: #44376E;
}
.AnyTagClassName
{
color: #44376E;
}
</style>
background-color css
<style>
a { background-color: #44376E; }
a { background-color: rgb(68,55,110); }
div.DivClassName
{
background-color: #44376E;
}
.BgClassName
{
background-color: #44376E;
}
</style>
border-color css
<style>
span { border-color: #44376E; }
span { border-color: rgb(68,55,110); }
td.TdClassName
{
border-color: #44376E;
}
.TagClassName
{
border-color: #44376E;
}
</style>