Shades of Minsk #44356D
Tints of Minsk #44356D
RGB
CMYK
RGB Variations
Color information
#44356D (or 0x44356D) is known color: Minsk. HEX triplet: 44, 35 and 6D. RGB value is (68,53,109). Sum of RGB (Red+Green+Blue) = 68+53+109=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #44356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44356D is #BBCA92. Grayscale: #3F3F3F. Windows color (decimal): -12307091 or 7157060. OLE color: 7157060.
HSL color Cylindrical-coordinate representation of color #44356D: hue angle of 256.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44356D is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 53 | 109 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.57 |
| HSL | 256.07º | 0.35% | 0.32% | - |
| HSV(B) | 256.07º | 0.51% | 0.43% | - |
| XYZ | 6.42 | 4.88 | 15.07 | - |
| YUV | 63.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 109 | 0.38 | 0.51 | 0 | 0.57 | 256.07 | 0.35 | 0.32 |
| Hex | 44 | 35 | 6D | 26 | 33 | 0 | 39 | 100 | 23 | 20 |
| Octal | 104 | 65 | 155 | 46 | 63 | 0 | 71 | 400 | 43 | 40 |
| Binary | 1000100 | 110101 | 1101101 | 100110 | 110011 | 0 | 111001 | 100000000 | 100011 | 100000 |
Color Harmonies of #44356D
Complementary color
Monochromatic Colors of #44356D
Black with #44356D
Text Example
Text Example
White with #44356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44356D; }
p { color: rgb(68,53,109); }
H1.HeaderClassName
{
color: #44356D;
}
.AnyTagClassName
{
color: #44356D;
}
</style>
background-color css
<style>
a { background-color: #44356D; }
a { background-color: rgb(68,53,109); }
div.DivClassName
{
background-color: #44356D;
}
.BgClassName
{
background-color: #44356D;
}
</style>
border-color css
<style>
span { border-color: #44356D; }
span { border-color: rgb(68,53,109); }
td.TdClassName
{
border-color: #44356D;
}
.TagClassName
{
border-color: #44356D;
}
</style>