Shades of Minsk #44356E
Tints of Minsk #44356E
RGB
CMYK
RGB Variations
Color information
#44356E (or 0x44356E) is known color: Minsk. HEX triplet: 44, 35 and 6E. RGB value is (68,53,110). Sum of RGB (Red+Green+Blue) = 68+53+110=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #44356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44356E is #BBCA91. Grayscale: #3F3F3F. Windows color (decimal): -12307090 or 7222596. OLE color: 7222596.
HSL color Cylindrical-coordinate representation of color #44356E: hue angle of 255.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44356E is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 53 | 110 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.57 |
| HSL | 255.79º | 0.35% | 0.32% | - |
| HSV(B) | 255.79º | 0.52% | 0.43% | - |
| XYZ | 6.47 | 4.9 | 15.36 | - |
| YUV | 63.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 110 | 0.38 | 0.52 | 0 | 0.57 | 255.79 | 0.35 | 0.32 |
| Hex | 44 | 35 | 6E | 26 | 34 | 0 | 39 | 100 | 23 | 20 |
| Octal | 104 | 65 | 156 | 46 | 64 | 0 | 71 | 400 | 43 | 40 |
| Binary | 1000100 | 110101 | 1101110 | 100110 | 110100 | 0 | 111001 | 100000000 | 100011 | 100000 |
Color Harmonies of #44356E
Complementary color
Monochromatic Colors of #44356E
Black with #44356E
Text Example
Text Example
White with #44356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44356E; }
p { color: rgb(68,53,110); }
H1.HeaderClassName
{
color: #44356E;
}
.AnyTagClassName
{
color: #44356E;
}
</style>
background-color css
<style>
a { background-color: #44356E; }
a { background-color: rgb(68,53,110); }
div.DivClassName
{
background-color: #44356E;
}
.BgClassName
{
background-color: #44356E;
}
</style>
border-color css
<style>
span { border-color: #44356E; }
span { border-color: rgb(68,53,110); }
td.TdClassName
{
border-color: #44356E;
}
.TagClassName
{
border-color: #44356E;
}
</style>