Shades of Minsk #44336C
Tints of Minsk #44336C
RGB
CMYK
RGB Variations
Color information
#44336C (or 0x44336C) is known color: Minsk. HEX triplet: 44, 33 and 6C. RGB value is (68,51,108). Sum of RGB (Red+Green+Blue) = 68+51+108=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #44336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44336C is #BBCC93. Grayscale: #3E3E3E. Windows color (decimal): -12307604 or 7091012. OLE color: 7091012.
HSL color Cylindrical-coordinate representation of color #44336C: hue angle of 257.89º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44336C is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 51 | 108 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.58 |
| HSL | 257.89º | 0.36% | 0.31% | - |
| HSV(B) | 257.89º | 0.53% | 0.42% | - |
| XYZ | 6.27 | 4.68 | 14.76 | - |
| YUV | 62.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 108 | 0.37 | 0.53 | 0 | 0.58 | 257.89 | 0.36 | 0.31 |
| Hex | 44 | 33 | 6C | 25 | 35 | 0 | 3A | 102 | 24 | 1F |
| Octal | 104 | 63 | 154 | 45 | 65 | 0 | 72 | 402 | 44 | 37 |
| Binary | 1000100 | 110011 | 1101100 | 100101 | 110101 | 0 | 111010 | 100000010 | 100100 | 11111 |
Color Harmonies of #44336C
Complementary color
Monochromatic Colors of #44336C
Black with #44336C
Text Example
Text Example
White with #44336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44336C; }
p { color: rgb(68,51,108); }
H1.HeaderClassName
{
color: #44336C;
}
.AnyTagClassName
{
color: #44336C;
}
</style>
background-color css
<style>
a { background-color: #44336C; }
a { background-color: rgb(68,51,108); }
div.DivClassName
{
background-color: #44336C;
}
.BgClassName
{
background-color: #44336C;
}
</style>
border-color css
<style>
span { border-color: #44336C; }
span { border-color: rgb(68,51,108); }
td.TdClassName
{
border-color: #44336C;
}
.TagClassName
{
border-color: #44336C;
}
</style>