Shades of Minsk #44386B
Tints of Minsk #44386B
RGB
CMYK
RGB Variations
Color information
#44386B (or 0x44386B) is known color: Minsk. HEX triplet: 44, 38 and 6B. RGB value is (68,56,107). Sum of RGB (Red+Green+Blue) = 68+56+107=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #44386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44386B is #BBC794. Grayscale: #414141. Windows color (decimal): -12306325 or 7026756. OLE color: 7026756.
HSL color Cylindrical-coordinate representation of color #44386B: hue angle of 254.12º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44386B is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 56 | 107 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.58 |
| HSL | 254.12º | 0.31% | 0.32% | - |
| HSV(B) | 254.12º | 0.48% | 0.42% | - |
| XYZ | 6.45 | 5.12 | 14.56 | - |
| YUV | 65.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 107 | 0.36 | 0.48 | 0 | 0.58 | 254.12 | 0.31 | 0.32 |
| Hex | 44 | 38 | 6B | 24 | 30 | 0 | 3A | FE | 1F | 20 |
| Octal | 104 | 70 | 153 | 44 | 60 | 0 | 72 | 376 | 37 | 40 |
| Binary | 1000100 | 111000 | 1101011 | 100100 | 110000 | 0 | 111010 | 11111110 | 11111 | 100000 |
Color Harmonies of #44386B
Complementary color
Monochromatic Colors of #44386B
Black with #44386B
Text Example
Text Example
White with #44386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44386B; }
p { color: rgb(68,56,107); }
H1.HeaderClassName
{
color: #44386B;
}
.AnyTagClassName
{
color: #44386B;
}
</style>
background-color css
<style>
a { background-color: #44386B; }
a { background-color: rgb(68,56,107); }
div.DivClassName
{
background-color: #44386B;
}
.BgClassName
{
background-color: #44386B;
}
</style>
border-color css
<style>
span { border-color: #44386B; }
span { border-color: rgb(68,56,107); }
td.TdClassName
{
border-color: #44386B;
}
.TagClassName
{
border-color: #44386B;
}
</style>