Shades of Minsk #44346C
Tints of Minsk #44346C
RGB
CMYK
RGB Variations
Color information
#44346C (or 0x44346C) is known color: Minsk. HEX triplet: 44, 34 and 6C. RGB value is (68,52,108). Sum of RGB (Red+Green+Blue) = 68+52+108=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #44346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44346C is #BBCB93. Grayscale: #3E3E3E. Windows color (decimal): -12307348 or 7091268. OLE color: 7091268.
HSL color Cylindrical-coordinate representation of color #44346C: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44346C is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 52 | 108 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.58 |
| HSL | 257.14º | 0.35% | 0.31% | - |
| HSV(B) | 257.14º | 0.52% | 0.42% | - |
| XYZ | 6.32 | 4.77 | 14.77 | - |
| YUV | 63.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 108 | 0.37 | 0.52 | 0 | 0.58 | 257.14 | 0.35 | 0.31 |
| Hex | 44 | 34 | 6C | 25 | 34 | 0 | 3A | 101 | 23 | 1F |
| Octal | 104 | 64 | 154 | 45 | 64 | 0 | 72 | 401 | 43 | 37 |
| Binary | 1000100 | 110100 | 1101100 | 100101 | 110100 | 0 | 111010 | 100000001 | 100011 | 11111 |
Color Harmonies of #44346C
Complementary color
Monochromatic Colors of #44346C
Black with #44346C
Text Example
Text Example
White with #44346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44346C; }
p { color: rgb(68,52,108); }
H1.HeaderClassName
{
color: #44346C;
}
.AnyTagClassName
{
color: #44346C;
}
</style>
background-color css
<style>
a { background-color: #44346C; }
a { background-color: rgb(68,52,108); }
div.DivClassName
{
background-color: #44346C;
}
.BgClassName
{
background-color: #44346C;
}
</style>
border-color css
<style>
span { border-color: #44346C; }
span { border-color: rgb(68,52,108); }
td.TdClassName
{
border-color: #44346C;
}
.TagClassName
{
border-color: #44346C;
}
</style>