Shades of Minsk #44356C
Tints of Minsk #44356C
RGB
CMYK
RGB Variations
Color information
#44356C (or 0x44356C) is known color: Minsk. HEX triplet: 44, 35 and 6C. RGB value is (68,53,108). Sum of RGB (Red+Green+Blue) = 68+53+108=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #44356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44356C is #BBCA93. Grayscale: #3F3F3F. Windows color (decimal): -12307092 or 7091524. OLE color: 7091524.
HSL color Cylindrical-coordinate representation of color #44356C: hue angle of 256.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44356C is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 53 | 108 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.58 |
| HSL | 256.36º | 0.34% | 0.32% | - |
| HSV(B) | 256.36º | 0.51% | 0.42% | - |
| XYZ | 6.36 | 4.86 | 14.79 | - |
| YUV | 63.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 108 | 0.37 | 0.51 | 0 | 0.58 | 256.36 | 0.34 | 0.32 |
| Hex | 44 | 35 | 6C | 25 | 33 | 0 | 3A | 100 | 22 | 20 |
| Octal | 104 | 65 | 154 | 45 | 63 | 0 | 72 | 400 | 42 | 40 |
| Binary | 1000100 | 110101 | 1101100 | 100101 | 110011 | 0 | 111010 | 100000000 | 100010 | 100000 |
Color Harmonies of #44356C
Complementary color
Monochromatic Colors of #44356C
Black with #44356C
Text Example
Text Example
White with #44356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44356C; }
p { color: rgb(68,53,108); }
H1.HeaderClassName
{
color: #44356C;
}
.AnyTagClassName
{
color: #44356C;
}
</style>
background-color css
<style>
a { background-color: #44356C; }
a { background-color: rgb(68,53,108); }
div.DivClassName
{
background-color: #44356C;
}
.BgClassName
{
background-color: #44356C;
}
</style>
border-color css
<style>
span { border-color: #44356C; }
span { border-color: rgb(68,53,108); }
td.TdClassName
{
border-color: #44356C;
}
.TagClassName
{
border-color: #44356C;
}
</style>