Shades of Minsk #44336F
Tints of Minsk #44336F
RGB
CMYK
RGB Variations
Color information
#44336F (or 0x44336F) is known color: Minsk. HEX triplet: 44, 33 and 6F. RGB value is (68,51,111). Sum of RGB (Red+Green+Blue) = 68+51+111=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #44336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44336F is #BBCC90. Grayscale: #3E3E3E. Windows color (decimal): -12307601 or 7287620. OLE color: 7287620.
HSL color Cylindrical-coordinate representation of color #44336F: hue angle of 257º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44336F is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 51 | 111 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.56 |
| HSL | 257º | 0.37% | 0.32% | - |
| HSV(B) | 257º | 0.54% | 0.44% | - |
| XYZ | 6.44 | 4.74 | 15.62 | - |
| YUV | 62.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 111 | 0.39 | 0.54 | 0 | 0.56 | 257 | 0.37 | 0.32 |
| Hex | 44 | 33 | 6F | 27 | 36 | 0 | 38 | 101 | 25 | 20 |
| Octal | 104 | 63 | 157 | 47 | 66 | 0 | 70 | 401 | 45 | 40 |
| Binary | 1000100 | 110011 | 1101111 | 100111 | 110110 | 0 | 111000 | 100000001 | 100101 | 100000 |
Color Harmonies of #44336F
Complementary color
Monochromatic Colors of #44336F
Black with #44336F
Text Example
Text Example
White with #44336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44336F; }
p { color: rgb(68,51,111); }
H1.HeaderClassName
{
color: #44336F;
}
.AnyTagClassName
{
color: #44336F;
}
</style>
background-color css
<style>
a { background-color: #44336F; }
a { background-color: rgb(68,51,111); }
div.DivClassName
{
background-color: #44336F;
}
.BgClassName
{
background-color: #44336F;
}
</style>
border-color css
<style>
span { border-color: #44336F; }
span { border-color: rgb(68,51,111); }
td.TdClassName
{
border-color: #44336F;
}
.TagClassName
{
border-color: #44336F;
}
</style>